文件名称:json-pointer:JSON指针实现
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-04 14:51:19
json d json-pointer D
JavaScript对象符号(JSON)指针 这是实现。 类似于XPath for XML,用于Json的JsonPointer用于使用格式字符串定位文档的一部分。 库功能: JsonPointer路径解析和验证 文档中的元素搜索 JsonPointer路径组件编码 接受的Json文件格式: 界面 struct JsonPointer { /** * Constructor. * @throws Exception if error in path */ @safe this ( string path); // / encode path component, quoting '~' and '/' symbols according to rfc6901 @safe s
【文件预览】:
json-pointer-master
----.gitignore(15B)
----dub.json(300B)
----.codecov.yml(182B)
----src()
--------vision()
----.travis.yml(151B)
----LICENSE(1KB)
----README.md(2KB)