M
Matt Baker
Guest
Those are both valid. Escaping forward slashes in JSON is optional, but not required. Escaping backslashes is required. See the sidebar for characters that can be escaped. http://www.json.org/ What are you using to decode the returned data? Are you treating it as a string or are you decoding it using the ABL JSON handling?
Continue reading...
Continue reading...