A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
Die Hauptfunktionen von cppalliance/json sind: Data Formats, Serialization and Parsing.
Open-Source-Alternativen zu cppalliance/json sind unter anderem: skystrife/cpptoml — cpptoml is a header-only library for parsing TOML. nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. atlas-engineer/njson — Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity. brofield/simpleini — Cross-platform C++ library providing a simple API to read and write INI-style configuration files. bohonghuang/yamson — Fast YAML and JSON parsers for Common Lisp.
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
Header-only TOML config file parser and serializer for C++17.
Common Lisp JSON handling library (not a parser!), with the aim for convenience and brevity.