A library for serializing and deserializing complex Qt object graphs to and from JSON
Linux:
qmake
make
sudo make install
Windows (MSVC):
qmake
nmake
nmake install
Windows (MinGW):
qmake
mingw32-make
mingw32-make install
CONFIG += jsonserializer
#include <QJsonSerializer>
See the test cases for code examples.
- Serialization and deserialization of complex object graphs, including nested objects and collections
- Serialization and deserialization of polymorphic objects is currently untested.