Skip to content

Files

Latest commit

 

History

History
11 lines (7 loc) · 489 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 489 Bytes

JSONArray

Read the main.cpp to learn how to write and read a JSONArrayData.txt following the JSON format.

Description

  • JSONArrayData.txt is the file saved by using main.cpp;

  • JSONArray.hpp provides the interface and realizes the storage of JSON format strings;

  • picojson.h provides the method to read the jsonData.txt following the JSON format. Copyright 2009 Cybozu Labs, Inc

  • main.cpp shows how to write and read a jsonData.txt following the JSON format.