1. 首页
  2. 编程语言
  3. C++ 
  4. C++ API for the JSON object interchange format

C++ API for the JSON object interchange format

上传者: 2019-01-01 22:56:13上传 ZIP文件 19.22KB 热度 32次
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.
用户评论