LwJSON Lightweight JSON text parser for embedded systems
Platform independent JSON text parser, optimized for embedded systems.
Features
- Written in ANSI C99, compatible with ``size_t`` for size data types
- RFC 4627 compliant
- Based on static token allocation with optional application dynamic pre-allocation
- No recursion during parse operation
- Re-entrant functions
- Zero-copy, no ``malloc`` or ``free`` functions used
- Advanced find algorithm for tokens
- Testscoverage is available
- User friendly MIT license
Read documentation & download library
Open Github