jsmn: A Powerful C Library for JSON Parsing
jsmn is a minimalistic and high-performance JSON parser written in C, particularly suitable for use in resource-constrained embedded environments. Its design goal is to maintain a very small code size and memory footprint while not relying on any external libraries. The table below summarizes the main features of jsmn for quick reference: Feature Category Details … Read more