Skip to content

A mini library for writing and reading json format files

Notifications You must be signed in to change notification settings

yuyun-zhao/JSONArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A mini library for writing and reading json format files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages