https://github.com/25-masik-52/qjsonfileworkerraii
A small library that allows you to conveniently save and extract objects to and from json, respectively. Uses the concept of RAII.
https://github.com/25-masik-52/qjsonfileworkerraii
cpp cpp-library json open-source qt raii-idiom
Last synced: 3 months ago
JSON representation
A small library that allows you to conveniently save and extract objects to and from json, respectively. Uses the concept of RAII.
- Host: GitHub
- URL: https://github.com/25-masik-52/qjsonfileworkerraii
- Owner: 25-masik-52
- License: mit
- Created: 2024-12-26T10:32:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-14T17:52:12.000Z (over 1 year ago)
- Last Synced: 2025-12-19T20:09:36.016Z (7 months ago)
- Topics: cpp, cpp-library, json, open-source, qt, raii-idiom
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QJsonFileWorkerRAII
A library that simplifies working with writing objects to json and reading objects from json.




## Documentation
User documentation can be obtained at [this link](https://github.com/25-masik-52/QJsonFileWorkerRAII/wiki).
## Support
If you have any difficulties or questions about using this lib, create a [discussion](https://github.com/25-masik-52/QJsonFileWorkerRAII/issues/new/choose) in this repository.
## Dependencies
This program is written in c++17 using the Qt 6.8.0 framework. So to use this lib you should have Qt 6.8.0 and any compiler for c++17.
## Description of commits
All comments are written according to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).