Heya, Just to bring to your attention - support for this project has moved to github:...
Hi, Kevin has done fantastic work. I'm really sorry I've been lax in supporting things....
Fixed some memory leak bugs when some heap allocation fails in cJSON_Create(String|*Array) functions
Fix printing of empty string pointers
Fix format problem with empty objects
Line that will never be executed.
Memory leaks in cJSON_Utils.c and test_utils.c
Incorrect boolean expression
cJSON can cause segment fault
Merged upstream at https://github.com/DaveGamble/cJSON, with thanks!
Merged upstream, again with thanks :)
Again, merged upstream (thanks to you and kbranigan! :)
Merged upstream, with thanks :)
Thankyou for this! These are merged upstream at https://github.com/DaveGamble/cJ...
Fixed upstream (thanks to kbranigan) at https://github.com/DaveGamble/cJSON
Accepted patch. Everything is moving to github at https://github.com/davegamble/cJSON...
Send fixes through? On Mon, Sep 14, 2015 at 9:32 AM, Arne B. Olsen abols1@users.sf.net...
That resourceId lives inside the first array element in the items array, so you need...
if (cJSON_GetObjectItem(json,"interlace")->type) On Wed, Jun 17, 2015 at 3:36 PM,...
cJSON_Delete() unwanted behaviour
Thanks for your clear exposition of the issue. What you've found is an implementation...
Fix bug with the sort.
Since we anticipate repeated comparisons, add i...
As above, in svn rev 71.
Rework cJSON_Utils object compare functions to ...
Correct comment and variable declaration style ...
Fix comment style for proper ansi c compliance.
Replying to myself: I retract this statement. Years of my own use disagree. cJSON...
Incidentally, JSON Patch (which is in the cjson_utils stuff in svn) does include...
Fwiw, if you check svn, the latest repo contains some compare code. It's not in a...
BSON is a bit of a mess, but I'd consider it. Can you post a link to the code?
print_string_ptr unsafe on platforms with signed char
Quite right. Fixed in svn rev68 and current files.
adjust the test very slightly
Optimise out escapable array.
Add more patch functionality and some more utils.
start of JSON Patch implementation. cJSON gaine...
rework cJSONUtils_GetPointer to avoid malloc/fr...
add cJSON_Utils which includes JSON Pointer imp...
fix formatting.
Added buffered printing methods for faster prin...
Performance optimization: replaced strcpy() with memcpy()
Performance optimization: replaced strcpy() with memcpy()
Excellent patch! Thanks! In svn rev 60.
patch to optimise array/object printing.
optimises for number/string print
Project homepage answers with http status code 403
Please use https://sourceforge.net/projects/cjson/ cjson.sourceforge.net isn't being...
I think it's a worthwhile branch, but not something that will happen on the trun...
Why is this a problem? Is this a problem I can solve? Is this an issue for SourceForge...
Thanks Dave for your informative - but slightly arrogant - answer. I wasn't being...
Thanks Dave for your informative - but slightly arrogant - answer. I wasn't being...
I'm using cJSON to parse an UTF-8 without BOM json file in a VS2012 C++ project....
I'm using cJSON to parse an UTF-8 without BOM json file in a VS2012 C++ project....
You need to set BOTH valueint and valuedouble. JSON's handling of numbers is pretty...
Hi, On 13 Oct 2014, at 17:00, Omkar omkarhegde@users.sf.net wrote: I have a piece...
Because it would make Douglas Crockford throw up in his mouth a little bit. JSON...
You'll run into problems from the off, 'cause that won't even compile. cJSON_GetObjectItem...
You'll run into problems from the off, 'cause that won't even compile. cJSON_GetObjectItem...
Code looks fine. Your malloc failing perhaps? Trace the code. You have the sourcecode...
Hello Dave. I'm having fun with this library on Microchip uC's. Thanks! Great! 1)...
Hello Dave. I'm having fun with this library on Microchip uC's. Thanks! Great! in...
There's absolutely not an easy way to compare JSON trees. Not something I'm intending...
There's absolutely not an easy way to compare JSON trees. Not something I'm intending...
cJSON_CreateBool bug
Absolutely none, ever, under any circumstances. This is a JSON library, not a date...
If you're not a C coder you're in the wrong place. If you were a C coder, a trivial...