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
- Host: GitHub
- URL: https://github.com/agateau/jsonreader
- Owner: agateau
- License: other
- Created: 2016-10-17T12:27:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T10:35:31.000Z (about 9 years ago)
- Last Synced: 2025-02-13T19:49:53.130Z (11 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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