How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
This project primarily aims to be an exact Yaml 1.2 deserializer, according to Yaml 1.2 specification
A C++11 library for parsing and serializing JSON to and from a DOM container in memory.
` Version 2 of this library is being built as part of a larger fundraising project. `
The main features of corsis/xparsec are: Serialization and Parsing.
Open-source alternatives to corsis/xparsec include: felixguendling/cista — Cista is a simple, high-performance, zero-copy C++ serialization & reflection library. fjoppe/legivel — This project primarily aims to be an exact Yaml 1.2 deserializer, according to Yaml 1.2 specification. haf/fsattoparsec — #FsAttoparsec. hjson/hjson-cpp — Hjson for C++. jbeder/yaml-cpp — yaml-cpp is a C++ library for parsing and emitting YAML 1.2 documents. It provides a complete YAML processing… cppalliance/json — A C++11 library for parsing and serializing JSON to and from a DOM container in memory.