DaveGamble / cJSON

Ultralightweight JSON parser in ANSI C
MIT License
10.82k stars 3.22k forks source link

Int Value is not accepting #867

Open Rajkumar181 opened 5 months ago

Rajkumar181 commented 5 months ago

When json int value is 0.0002 (zero), then it is returning.

{ "sku": "1234567", "price": 0.0002, "image": { "id": "34335465", "src": "https://xyzab.com/wp-content/uploads/2020/12/Connector.jpg" } }