Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 652 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 652 Bytes

"json.hpp"

cedar::json_exception 内部用异常类
cedar::json_key Json Key 类型
cedar::json Json Value 类型
cedar::json_null 表示 Json null 值的工具类
cedar::json_array 表示 Json array 类型的工具类
cedar::json_object 表示 Json object 类型的工具类
cedar::json_parser 内部用 Json 解析器