CPlusPlus
How To Write And Read JSON File By Qt
A JSON file stores data objects in JavaScript Object Notation(JSON) format. It’s lightweight and readable, the developer uses it to transmit simple data. The article shows how to create and read the JSON file in the Qt environment. I planed to save two books’ information to a simple JSON file Read more…