Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON
Go to file
Martchus 8679263f09 Add CMake macro and actually test the generated code 2017-10-24 01:00:40 +02:00
lib Add CMake macro and actually test the generated code 2017-10-24 01:00:40 +02:00
moc Add CMake macro and actually test the generated code 2017-10-24 01:00:40 +02:00
.gitignore Add project basic project structure 2017-10-19 01:10:51 +02:00
CMakeLists.txt Add CMake macro and actually test the generated code 2017-10-24 01:00:40 +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