A lightweight JSON parsing library written in C99, featuring approximately 150 lines of code and designed for zero memory allocations. It requires the user to handle number and string parsing, providing a simple example to load a rectangle from a JSON string into a struct. The library is free and released into the public domain.