An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C compliant JSON parser, under MIT license.
Moved to https://github.com/DaveGamble/cJSON
Categories
JSONLicense
MIT LicenseFollow cJSON
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
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.