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: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
01mf02/jaq | A JSON data processing tool focused on correctness and performance | 2,894 |
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 | 281 |
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 | 82 |
fiatjaf/jq-web | A WebAssembly implementation of the popular command-line JSON processor | 313 |
florents-tselai/pgjq | An extension for Postgres that embeds the jq compiler to execute JSON data in a programming language-like way | 189 |
mwilliamson/jq.py | Python bindings for a lightweight and flexible JSON processor | 372 |
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 | 195 |
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. | 43 |
simonw/datasette-jq | Provides an SQL function to execute jq expressions against JSON values in a datasette plugin | 16 |