src/third-party/qjson-0.8.1/README.md
QJson is a Qt-based library that maps JSON data to QVariant objects: https://github.com/flavio/qjson
Robomongo statically links to this library.
QJson sources are provided in sources folder as-is, in their original form,
without modifications. We should not put or modify any files in this folder.
All changes to original QJson, if they are inevitable, should be documented here.
Original CMake listfiles are not used by Robomongo. Instead, we wrote our own CMakeLists.txt, located in this folder.
In order to upgrade to newer version of QJson you should:
sources folder with newer version andCMakeLists.txt file, located in this folder.