19 Commits (3c6b3cc617491dea2bcce0e07971e7c4d34c1963)

Author SHA1 Message Date
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
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