RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document object model and stream-based interfaces to transform JSON strings into structured data and vice versa. The library includes a JSON schema validator to verify that documents conform to predefined rules and a Unicode transcoder for converting strings between UTF-8, UTF-16, and UTF-32 encodings. It also supports relaxed parsing for non-standard JSON containing comments or trailing commas. Additional capabilities cover JSON pointer navigation for locating specific values and string s
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/
Les fonctionnalités principales de json-c/json-c sont : JSON, Traitement JSON, Systèmes de build, Json, Windows Environments.
Les alternatives open-source à json-c/json-c incluent : kgabis/parson — Lightweight JSON library written in C. netmail-open/wjelement — advanced, flexible JSON manipulation in C. vstakhov/libucl — Universal configuration library parser. miloyip/rapidjson — RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document… sheredom/json.h — 🗄️ single header json parser for C and C++. jprichardson/node-fs-extra — node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and…