Sj.h: A tiny little JSON parsing library in ~150 lines of C99
SMRTR summary
Sj.h is a compact JSON parsing library in 150 lines of C99 code. It operates without memory allocations and provides precise error reporting. The library omits built-in number and string parsing, allowing developers to implement their preferred methods. Its minimalist design suits projects where code size is crucial, with demo examples available for common JSON-related tasks.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article