I am looking for easy form of saving (like JSON) in C++.
The file should be easy to read for users.
It means the laic can modify the file for his needs.
The biggest advantage should be no external library.
Thanks!
I am looking for easy form of saving (like JSON) in C++.
The file should be easy to read for users.
It means the laic can modify the file for his needs.
The biggest advantage should be no external library.
Thanks!
There are only header libraries like taoJSON, you can add this in your project very easy. Better try this before do a lot of job.