nxjson
nxjson is a lightweight JSON parsing library for the C programming language. It is designed to be embeddable in small or resource-constrained environments, offering a compact and straightforward interface for reading JSON data.
The library represents JSON values using a simple in-memory structure that covers the standard JSON types:
nxjson emphasizes portability and minimal dependencies, making it suitable for embedded systems and projects that require
Common use cases include loading configuration data, lightweight data interchange in performance-constrained applications, and situations where