Tiny, zero-allocation JSON serializer written in ANSI C
Les fonctionnalités principales de lcsmuller/json-build sont : Data Formats and Parsing, Traitement JSON.
Les alternatives open-source à lcsmuller/json-build incluent : kgabis/parson — Lightweight JSON library written in C. sheredom/json.h — 🗄️ single header json parser for C and C++. kazuho/picojson — a header-file-only, JSON parser serializer in C++. davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… zserge/jsmn — jsmn is a lightweight JSON parser library written in C. It provides zero-copy tokenization and incremental parsing…
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
This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre