aliabidzaidi / ThorsSerializer

C++ Serialization library for JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov.io
Code Review Code Review Code Review Code Review

Benchmark Results:

Conformance mac linux
Performance max linux
For details see: JsonBenchmark

ThorStream

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.


One Page

About

C++ Serialization library for JSON

License:Other


Languages

Language:C++ 97.2%Language:Roff 2.2%Language:M4 0.2%Language:Makefile 0.2%Language:Shell 0.1%Language:HTML 0.1%