User Ratings
Rate This Project
Login To Rate This Project
Featured Reviews
Highest Rated
Awesome! But, the Number can't be 64bit integer ?
Lowest Rated
I found some bugs ...
User Reviews
-
It is simple easy and works perfectly, what else do you want?
-
I found some bugs ...
-
Awesome!
-
easy and compact
-
I tried libjson and gave it up because it didn't work with strict ANSI C++ and can't handle unicode escaped sequence correctly as UTF-8. This one works with UTF-8 with char * and properly convert Unicode escape sequence to UTF-8. Very easy to use and just source-code-library.
-
Excellent, lightweight JSON parser. Easy to use and trouble-free.
-
Tried two other free JSON parsers for C first: Poor documentation, incomplete, awkward APIs. Found cJSON - third time's the charm. Dropped it in, compiled in VS2013 with no errors or warnings, absolutely no problems and an elegantly simple and straightforward API. Lovely work.
-
Nice and easy for all usages (embedded or not) See patch to avoid libm dependancy if not necessary...
-
Clean and concise. Does everything I need simply and efficiently. Simple to build and integrate.
-
Genial!!! Thx a lot for this awesome project. I use it with no regret at all. In less than a 1000 lines of code you have a more than enought complete JSON implementation.
-
Best project! Perfect for my needs!
-
Awesome! But, the Number can't be 64bit integer ?
-
Awesome tool!
-
Amazing! This is a really useful item!
-
It's Very Good!
-
Fantastic project.
-
Use this all the time. This is one of my must haves after a reimage.
-
I have used this program for and it is great. It is good to have apps available when the computer you are working on doesn't have that type of app installed.
-
All around wonderful. Thanks guys, this tool is a "must have"
-
All around wonderful.
-
Great library, quite neat! Thx a lot, Dave!
-
Very lightweight and readable code!
-
This lightweight JSON lib supports UTF8 already. It encode/decode the strings as PHP json_encode/decode did.
-
Great JSON library!
-
I use this as a library in my project