NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
json_value.hpp 文件参考

JSON配置格式变量 更多...

json_value.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  json_exception
 json格式操作失败 更多...
class  json_value
 json值抽象基类 更多...
class  json_null
 json null值类 更多...
class  json_bool
 json布尔值类 更多...
class  json_number
 json数字值类 更多...
class  json_string
 json字符串值类 更多...
class  json_object
 json对象类 更多...
class  json_array
 json数组类 更多...

详细描述

JSON配置格式变量

此文件提供了JSON(JavaScript Object Notation)配置格式的抽象基类和具体实现类。 JSON是一种轻量级的数据交换格式,易于人类阅读和编写,也易于机器解析和生成。

在文件 json_value.hpp 中定义.