cJSON icon indicating copy to clipboard operation
cJSON copied to clipboard

Int Value is not accepting

Open Rajkumar181 opened this issue 1 year ago • 0 comments

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" } }

Rajkumar181 avatar Jun 19 '24 09:06 Rajkumar181