jq-jsonpointer
JSON pointer processor
An implementation of JSON Pointer syntax in the jq data transformation language.
jq module implementing JSON Pointer (RFC 6901)
16 stars
5 watching
1 forks
Language: JSONiq
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
01mf02/jaq | A fast and simple JSON data processing tool with improved startup time and correct jq syntax. | 2,755 |
y2q-actionman/cl-json-pointer | JSON Pointer processor for Common Lisp | 12 |
sanack/node-jq | A Node.js wrapper for the lightweight and flexible command-line JSON processor jq | 278 |
kjdev/php-ext-jq | A PHP extension for working with the jq command-line JSON processor | 41 |
arakelian/java-jq | A lightweight Java wrapper around JQ and Oniguruma libraries for efficient JSON processing | 83 |
fiatjaf/jq-web | A WebAssembly implementation of the popular command-line JSON processor | 310 |
florents-tselai/pgjq | An extension for Postgres that embeds the jq compiler to execute JSON data in a programming language-like way | 185 |
mwilliamson/jq.py | Python bindings for a lightweight and flexible JSON processor | 368 |
sanack/atom-jq | An Atom extension that embeds the jq command-line JSON processor into its interface | 22 |
ropensci/jqr | An R interface to jq, allowing efficient processing of JSON data without explicit conversion or regular expression usage. | 143 |
doloopwhile/pyjq | A Python binding for a JSON processor that allows transforming and filtering structured data | 196 |
globocom/json-sharp | A tool for processing JSON objects with reusable operation configurations | 6 |
mpkocher/qpyson | A commandline tool to explore, transform, or munge JSON files using Python | 5 |
sourcemeta/jsontoolkit | A comprehensive C++ library for parsing and manipulating JSON data with support for various formats and validation rules. | 39 |
simonw/datasette-jq | Provides an SQL function to execute jq expressions against JSON values in a datasette plugin | 16 |