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

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.

Awesome Lists containing this project

README

          

# QJsonFileWorkerRAII
A library that simplifies working with writing objects to json and reading objects from json.

![Static Badge](https://img.shields.io/badge/25--masik--52-QJsonFileWorkerRAII-orange)
![GitHub top language](https://img.shields.io/github/languages/top/25-masik-52/QJsonFileWorkerRAII)
![GitHub](https://img.shields.io/github/license/25-masik-52/QJsonFileWorkerRAII)
![GitHub Repo stars](https://img.shields.io/github/stars/25-masik-52/QJsonFileWorkerRAII)

## 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/).