97 Commits (440390a9a59b86e066b654f95482161fbc402606)

Author SHA1 Message Date
Max Bruckner 87691a86e5 cJSON_SetNumberValue: Fix compiler warning with -Waddress 8 years ago
Max Bruckner 4fce9cce86 Release version 1.3.0 8 years ago
Max Bruckner cf48ea8175 New Type: cJSON_Invalid 8 years ago
Max Bruckner 87f77274de cJSON_SetNumberValue: Fix undefined double to int conversion 8 years ago
Max Bruckner 981f59b163 Release Version 1.2.1 8 years ago
Max Bruckner c49ffbfba8 cJSON_Version: returns a version string 8 years ago
Max Bruckner e7533aa6f0 Put version information in the header 8 years ago
Max Bruckner 9ef44fc0b6 Remove C++ comment in header 8 years ago
Max Bruckner 84b48121bb header: explain PrintPreallocated return value 8 years ago
Max Bruckner e1eb06fae0 cJSON.h warn about write access to constants (#80) 8 years ago
Kyle Chisholm de93d76d0b changed to cJSON_PrintPreallocated, added flag in printbuffer 8 years ago
Kyle Chisholm 23dafa4739 added Print function call for pre-allocated buffer 8 years ago
Max Bruckner 46ff20c8b0 cJSON.h: add stddef.h because of size_t 8 years ago
Jiri Zouhar 06008b0444 add support to insert raw json 8 years ago
Max Bruckner c6cb991e3f reformatting: cJSON.h: remove trailing spaces 8 years ago
Ian Mobley b393b3beeb Add const qualifier for non-destructive functions 8 years ago
Max Bruckner ad3d5130b5 reformatting: cJSON.h 8 years ago
Dave Gamble b4151361de Allow for global/local error pointers. If you supply a return_parse_end 9 years ago
Eswar Yaganti ce546b54d8 Changed the #define values of cJSON* data types 9 years ago
Eswar Yaganti 51371c899e Changed the #define values of cJSON* data types 9 years ago
Kevin Branigan 8865d869db cJSON_HasObjectItem didn’t compile 9 years ago
root 0da343068e add new macro for iterating over an array 9 years ago
Roland Meertens b175877d8b +usefull function 9 years ago
Dave Gamble 1d9b70e706 Fix comment style for proper ansi c compliance. 10 years ago
Dave Gamble 060e6563c0 Add more patch functionality and some more utils. 10 years ago
Dave Gamble 3c6b3cc617 start of JSON Patch implementation. cJSON gained a cJSON_InsertItemToArray which pushes elements up by one. 10 years ago
Dave Gamble d9fc81e6c8 Added buffered printing methods for faster printing. 10 years ago
Dave Gamble 73cc8dd1c4 cJSON_Minify (which strips comments), 11 years ago
Dave Gamble 15adf71272 Tidy comments. Add cJSON_SetIntValue. 12 years ago
Dave Gamble 02a1e544f7 add cJSON_AddBoolToObject(). 12 years ago
Dave Gamble 96c59f3e49 Wire in ParseWithOpts to allow detection of JSON with following garbage. 12 years ago
Dave Gamble 927aa631b8 Added cJSON_Duplicate. With commentary 12 years ago
Dave Gamble 4678f33b5c Fix up ANSI issues. 12 years ago
Kevin Branigan fc0df31a18 init commit 13 years ago
Dave Gamble 6a58ba5285 Include some analysis so that you can debug a failed parse. 14 years ago
Dave Gamble 02d86ef778 Update to permit compilation with gcc -ansi flag 14 years ago
Dave Gamble 6711153d41 CreateBool, because it's useful ;) 15 years ago
Dave Gamble 79a796aed2 Detatch and Remove objects from Arrays/Objects. 15 years ago
Dave Gamble 29b085bc5d Feature Request: 2903802. 15 years ago
Dave Gamble c4e8954eb2 Feature request: 2903779. 15 years ago
Dave Gamble b3bd706f8f prototype versions of ReplaceObject. 15 years ago
Dave Gamble 5cca4e2c57 simplify the rendering code so there's no 'realloc' going on. 15 years ago
Dave Gamble 7ca2c994a7 incorporate hooks feature from bug 2883206 15 years ago
Dave Gamble 5bd220c8dc add macros. tighten code. 15 years ago
Dave Gamble 805b652e51 here it is, cJSON 1.0 15 years ago