Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON
Go to file
Martchus 4a8ebc99a3 Rename Reflectable -> JSONSerializable
This allows to provide multiple independently
functional reflection features by simply using
different base classes for them.
2017-10-23 00:41:10 +02:00
lib Rename Reflectable -> JSONSerializable 2017-10-23 00:41:10 +02:00
moc Rename Reflectable -> JSONSerializable 2017-10-23 00:41:10 +02:00
.gitignore Add project basic project structure 2017-10-19 01:10:51 +02:00
CMakeLists.txt Add project basic project structure 2017-10-19 01:10:51 +02:00
LICENSE Add project basic project structure 2017-10-19 01:10:51 +02:00
README.md Add project basic project structure 2017-10-19 01:10:51 +02:00

README.md

reflective-rapidjson

Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON