json_spirit:C ++ JSON库,包括json-data-structure和解析器(基于Boost.Spirit)。 目标

时间:2024-06-17 12:25:47
【文件属性】:

文件名称:json_spirit:C ++ JSON库,包括json-data-structure和解析器(基于Boost.Spirit)。 目标

文件大小:32KB

文件格式:ZIP

更新时间:2024-06-17 12:25:47

C++

json精神 使用Boost.Spirit V2和X3进行解析的json库。 json精神库的主要目标是创建一个一致的json解析器,该解析器生成一个json对象,可以像在javascript或python中一样对其进行操作。 快速范例 // the json::value is the primary data type // you can simply assign it values json::value v = 42 ; v = " foo " ; v = true ; v = 14.5 ; // you can also treat the json::value like an array v[ 0 ] = " foo " ; v[ 1 ] = true ; // or a json object v[ " foo " ] = 42 ; v[ " bar " ] = f


【文件预览】:
json_spirit-master
----Jamroot(852B)
----BUILD(211B)
----.bazelignore(5B)
----.github()
--------workflows()
----ciere()
--------BUILD(367B)
--------json()
----json_spirit_deps.bzl(503B)
----.gitignore(43B)
----LICENSE_1_0.txt(1KB)
----CMakeLists.txt(1KB)
----README.md(4KB)
----WORKSPACE(373B)
----libs()
--------json()

网友评论