Closed singhgurpreetcs closed 1 year ago
@singhgurpreetcs Notice the whitespace/linebreak. According to the documentation to accomodate whitespace, you need to do either of the following:
#define JSON_SKIP_WHITESPACE
before #include "json.h"
, or-DJSON_SKIP_WHITESPACE
Note: This will incur a small overhead to remove the whitespaces
Marking it closed since this is a miss of reading documentation
Hello,
The library is failing to parse the JSON if the input is
{ "I000":"0100", "I002":"1234567890123456", "I003":"000000", "I004":"000000001000", "I014":"1234", "I018":"6011", "I022":"0100", "I025":"000", "I037":"123456789012", "I049":"356" }