cJSON icon indicating copy to clipboard operation
cJSON copied to clipboard

Ultralightweight JSON parser in ANSI C

Results 187 cJSON issues
Sort by recently updated
recently updated
newest added

When a json string must be passed to a shell script, sometimes the double quotes must be escaped `\"` As an example ```json { "a": 1, "b": "foo" } ```...

The parser program is accepting invalid json inputs. Specifically. It accepts integers with leading zeros. Which is not consistent with the json specification. The bug can be reproduced with the...

16-digit integers ending with 0 are printed in exponential format. Non-zero ending cases are printed as expected. ### Output from the sample code ``` cJSON Version: 1.7.15 { "OK1": 1234567890123456,...

I've been doing some research into different libraries and found this benchmark that includes cJSON. According to the benchmark, cJSON does not perform very well on conformance. Are there any...

_Originally posted by @Ckjkjh in https://github.com/DaveGamble/cJSON/issues/754_

https://cjson.docsforge.com seems to be down, is this expected? Does anyone know what happened to this site? Does this repo has any other documentation where you can see the functions the...

I need ARM compatible libcjson.so file, Please help to generate or with any download link

- [x] New[_****_]()