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

https://github.com/jan-moravec/settings-text

Header only class for saving and loading key-value pairs to and from text file.
https://github.com/jan-moravec/settings-text

cpp library settings text

Last synced: 11 months ago
JSON representation

Header only class for saving and loading key-value pairs to and from text file.

Awesome Lists containing this project

README

          

# Text Settings

Header only class for saving and loading key-value pairs to and from text file.

Sometimes I need to save some values from my application. The easiest way is to use text file and convert the values to key-value string pairs.
This class enables it and gives it a form:
- Add file description.
- Add comments.
- Conversion to and from string using either std::stringstream or custom conversion function.
- Automatic sorting.
- Fast access using hash map.

## Author

* **Jan Moravec**

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details