jq-filter
JSON filter
An Ansible filter plugin that adds jq-like filtering capabilities to JSON data
Ansible filter plugin for jq filter expressions
21 stars
5 watching
4 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
ansibleansible-collectionansible-filterjq
Related projects:
Repository | Description | Stars |
---|---|---|
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |
doloopwhile/pyjq | A Python binding for a JSON processor that allows transforming and filtering structured data | 196 |
arakelian/java-jq | A lightweight Java wrapper around JQ and Oniguruma libraries for efficient JSON processing | 83 |
threatgrid/jq-go | A Go language binding for the JQ JSON filter library | 22 |
andricdu/vscode-jq | A vscode extension for applying jq filters and statements to JSON files | 22 |
kellyjonbrazil/jello | A CLI tool to filter JSON and JSON Lines data using Python syntax | 495 |
mwilliamson/jq.py | Python bindings for a lightweight and flexible JSON processor | 368 |
misawa/xq | A Rust implementation of jq for querying and manipulating structured data | 333 |
01mf02/jaq | A fast and simple JSON data processing tool with improved startup time and correct jq syntax. | 2,755 |
ropensci/jqr | An R interface to jq, allowing efficient processing of JSON data without explicit conversion or regular expression usage. | 143 |
kjdev/php-ext-jq | A PHP extension for working with the jq command-line JSON processor | 41 |
nverno/tree-sitter-jq | A C implementation of a grammar parser for the Jq language | 3 |
noahgorstein/jqp | An interactive command-line interface for the jq utility to explore and manipulate JSON data | 2,200 |
sanack/node-jq | A Node.js wrapper for the lightweight and flexible command-line JSON processor jq | 278 |
davesnx/query-json | A Reason implementation of the jq language with features like performance, error messages, and portability | 591 |