An open API service indexing awesome lists of open source software.

https://github.com/agateau/jsonreader

Convenience class to read a QJsonDocument
https://github.com/agateau/jsonreader

Last synced: 9 months ago
JSON representation

Convenience class to read a QJsonDocument

Awesome Lists containing this project

README

          

# JsonReader

JsonReader is a simple header-only class to make it easier to read data from
complex JSON documents loaded with QJsonDocument.

[example.cpp](example.cpp) demonstrates how to use it to read data from
[example.json](example.json).

## Installation

Since this is a header-only class, just copy `jsonreader.h` inside your
project.

## Author

Aurélien Gâteau

## License

BSD 3-Clause