パッケージ: python3-jsonpath-ng (1.7.0-1)
python3-jsonpath-ng に関するリンク
Debian の資源:
jsonpath-ng ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Robust and extended implementation of JSONPath for Python
The Python JSONPath Next-Generation library provides a robust and significantly extended implementation of JSONPath for Python.
It is a final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original `JSONPath proposal`.
This library differs from other JSONPath implementations in that it is a full *language* implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend.
This package merges both `jsonpath-rw` and `jsonpath-rw-ext` and provides several AST API enhancements, such as the ability to update or removes nodes in the tree.
その他の python3-jsonpath-ng 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-ply
- Lex and Yacc implementation for Python3