JSON escaping

During the call today I spoke about the need to add "/" (but not quotation mark) to the list of characters that we escape in the course of JSON conversion.

I was mistaken. We added "/" to the list of characters escaped when we convert TO json, but not to the list that are escaped by conversions FROM json (with escape=yes).

Michael Kay

Received on Tuesday, 4 October 2016 20:22:35 UTC