C++ API for the JSON object interchange format
CAJUN* is a C++ API for the JSON object interchange format. JSON is like XML, except it doesn't suck**. It is specifically designed for representing (in plain text format) structures familiar to software engineers: booleans, numerics, strings, arrays, and objects (i.e. name/value pairs, associative array, etc.); it humbly leaves text markup to XML. It is ideal for storing persistent application data, such as configuration or user data files.
文件列表
cajun.zip
(预估有个13文件)
cajun
test9.vcproj
8KB
test.cpp
9KB
ReleaseNotes.txt
2KB
Readme.txt
2KB
test8.vcproj
8KB
json
elements.inl
11KB
writer.inl
4KB
writer.h
2KB
暂无评论