1 مستودع
JSON processing engines optimized for memory-constrained environments.
Distinct from JSON Processors: Distinct from general JSON processors: focuses on memory-efficient navigation and manipulation in embedded contexts.
Explore 1 awesome GitHub repository matching data & databases · Embedded. Refine with filters or upvote what's useful.
cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef
Navigates and manipulates structured JSON objects with high memory efficiency for resource-constrained environments.