软件包:python3-jsonpath(2.0.2-1)
python3-jsonpath 的相关链接
Debian 的资源:
下载源码包 python-jsonpath:
- [python-jsonpath_2.0.2-1.dsc]
- [python-jsonpath_2.0.2.orig.tar.gz]
- [python-jsonpath_2.0.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
JSONPath, JSON Pointer and JSON Patch implementation
This library provides tools for working with JSON data, including support for JSONPath expressions as described in RFC 9535, as well as JSON Pointer (RFC 6901) and JSON Patch (RFC 6902). It can be used to extract data from structured JSON using flexible queries, navigate deeply nested objects, and apply modifications to existing JSON documents. The implementation aims to be compliant with established standards to ensure predictable and interoperable handling of JSON data. Common applications include transforming data structures, selecting values based on complex queries, and performing updates by applying patch operations.
