Benchmark Results:
Conformance mac linux
Performance max linux
For details see: JsonBenchmark
Yet another JSON/YAML/Binary serialization library for C++.
Unlike other libraries this one does not require you to build DOM of you object before serialization. Using a declarative C++ style you define what C++ classes (and members) you want to serialize "ThorSerializer" will generate the appropriate code automagically.
- Objective
- Simple Example
- Bigger Example
- PolyMorphic Example
- Installing
- Documentation Usage
- Documentation Internal
HomeBrew
Can be installed via brew on Mac and Linux
brew install thors-serializer
- Mac: https://formulae.brew.sh/formula/thors-serializer
- Linux: https://formulae.brew.sh/formula-linux/thors-serializer
Header Only
To install header only version
git clone --single-branch --branch header-only https://github.com/Loki-Astari/ThorsSerializer.git