cJSON
cJSON copied to clipboard
I did not write this code, but I like it.
Good afternoon. I am using cJSON v1.7.12. I am trying to create a json of the form: `{ "status":"text", "num": 123 } ` For this, I use the following code:...
People should not be downloading outdated code from here.
**Question:** How can I add the double value only with given precision as provided 100.2 instead of 100.200000. Is it possible to generate the expected result below? (When I gave...
Please contact me for 246 crash cases found by fuzzing with afl. It's likely there aren't 246 actual errors, just 246 ways to get to the same few. These issues...
cJSON_CreateNumber does not take care if number is unsigned. It always assume the input value is signed. There is no way to handle this. Maybe different function and different type...
The parser parses only 1024 characters!what if my need to parse more.
@kbranigan I am targeting for angular beta project. I need d.ts file for cjson to import in the angular component. Please help me. #Thanks Vijay
Heya, I've set up a repo here: https://github.com/DaveGamble/cJSON I'll get on with fixing and updating things :) Dave.