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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.