R
Robin Brown
Guest
All but the first test string are invalid JSON. If you take NO-ERROR off of oParser
arse(), you'll see all of the error messages in the CATCH block. The error message varies depending where the JsonParser is in the process when it detects the error. The cases where the invalid text was appended to the JSON object did not fail, and the appended text was ignored.
Continue reading...
Continue reading...