[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: JSON ObjectModelParser crashes, what am I doing wrong?

  • Thread starter Thread starter Robin Brown
  • Start date Start date
Status
Not open for further replies.
R

Robin Brown

Guest
All but the first test string are invalid JSON. If you take NO-ERROR off of oParser:Parse(), 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...
 
Status
Not open for further replies.
Back
Top