Forum Post: RE: JSON parsing error on update

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Roland, The issue here is that the value 000 is not expected in the JSON format. The site http://jsonlint.com/ confirms this. I took a look at http://json.org/ and notice that the definition for a number is the following: number int int frac int exp int frac exp int digit digit1-9 digits - digit - digit1-9 digits This definition shows that leading digits have to be from 1 to 9. I would suggest to submit a bug report for this issue so that 0 is generated instead of 000. Thanks.

Continue reading...
 
Status
Not open for further replies.
Back
Top