mirror of
https://github.com/outbackdingo/nDPId.git
synced 2026-01-27 10:19:45 +00:00
0568be6e0b1304226ddf8b17f3df4a5dfa2babdd
JSMN - Minimalistic JSON parser library ======================================= jsmn (pronounced right as `jasmine`) is a simple and clean library for parsing JSON (JavaScript Object Notation) data format. You can find more information on JSON at http://www.json.org/ Philosophy ========== jsmn will never be large and complex. This means it will never have extra features or any bloated dependencies, besides libc. It will always be suitable for embedded systems and other resource-limited systems. It will always have clear API. Features ======== o Just 200 lines of code o Full C89 compatibility o No memory allocation inside the library code o A single pass is required to parse JSON data o MIT license (you can include this code into your proprietary software)
Description
Languages
C
81.2%
Shell
9.5%
CMake
8%
Makefile
1%
Dockerfile
0.3%