blob: 717eb027d0c32d09d33e4b2a673934055b12b64c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pyjq is a Python bindings for jq (http://stedolan.github.io/jq/).
jq is like sed for JSON data - you can use it to slice and filter and map
and transform structured data with the same ease that sed, awk, grep and
friends let you play with text.
http://stedolan.github.io/jq/
You can seamlessly call jq script (like regular expression) and process a plain
python data structure.
For your information, https://pypi.python.org/pypi/jq is a also jq bindings but
different and incompatible with pyjq.
|