DaveGamble / cJSON

Ultralightweight JSON parser in ANSI C
MIT License
10.28k stars 3.15k forks source link

Int Value is not accepting #867

Open Rajkumar181 opened 2 weeks ago

Rajkumar181 commented 2 weeks 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" } }