jq.py
JSON processor
Python bindings for a lightweight and flexible JSON processor
Python bindings for jq
368 stars
8 watching
54 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
doloopwhile/pyjq | A Python binding for a JSON processor that allows transforming and filtering structured data | 196 |
mwh/jqjs | A JavaScript implementation of the jq JSON query language | 84 |
arakelian/java-jq | A lightweight Java wrapper around JQ and Oniguruma libraries for efficient JSON processing | 83 |
mpkocher/qpyson | A commandline tool to explore, transform, or munge JSON files using Python | 5 |
01mf02/jaq | A fast and simple JSON data processing tool with improved startup time and correct jq syntax. | 2,755 |
winebarrel/ruby-jq | Bindings to a popular JSON processing tool | 81 |
florents-tselai/pgjq | An extension for Postgres that embeds the jq compiler to execute JSON data in a programming language-like way | 185 |
fiatjaf/jq-web | A WebAssembly implementation of the popular command-line JSON processor | 310 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 643 |
kellyjonbrazil/jello | A CLI tool to filter JSON and JSON Lines data using Python syntax | 495 |
kjdev/php-ext-jq | A PHP extension for working with the jq command-line JSON processor | 41 |
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |
sanack/node-jq | A Node.js wrapper for the lightweight and flexible command-line JSON processor jq | 278 |
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 362 |
simonw/datasette-jq | Provides an SQL function to execute jq expressions against JSON values in a datasette plugin | 16 |