a header-file-only, JSON parser serializer in C++
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
https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
🗄️ single header json parser for C and C++
Principalele funcționalități ale sheredom/json.h sunt: Data Formats and Parsing, Procesare JSON, Json, Windows Environments.
Alternativele open-source pentru sheredom/json.h includ: kgabis/parson — Lightweight JSON library written in C. nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… json-c/json-c — https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for… kazuho/picojson — a header-file-only, JSON parser serializer in C++. vstakhov/libucl — Universal configuration library parser.