|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
JSON配置格式变量 更多...
#include "NeForce/core/container/unordered_map.hpp"#include "NeForce/core/container/vector.hpp"#include "NeForce/core/interface/istringify.hpp"#include "NeForce/core/memory/unique_ptr.hpp"类 | |
| 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 中定义.