datasette-jq
JSON processor
Provides an SQL function to execute jq expressions against JSON values in a datasette plugin
Datasette plugin that adds a custom SQL function for executing jq expressions against JSON values
16 stars
4 watching
0 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
datasettedatasette-iodatasette-pluginjq
Related projects:
Repository | Description | Stars |
---|---|---|
doloopwhile/pyjq | A Python binding for a JSON processor that allows transforming and filtering structured data | 196 |
ropensci/jqr | An R interface to jq, allowing efficient processing of JSON data without explicit conversion or regular expression usage. | 143 |
mwilliamson/jq.py | Python bindings for a lightweight and flexible JSON processor | 368 |
01mf02/jaq | A fast and simple JSON data processing tool with improved startup time and correct jq syntax. | 2,755 |
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 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
sanack/atom-jq | An Atom extension that embeds the jq command-line JSON processor into its interface | 22 |
sinhashubham95/jsonic | A comprehensive set of utilities to handle JSON data in Go. | 11 |
nichtich/jq-jsonpointer | An implementation of JSON Pointer syntax in the jq data transformation language. | 16 |
cube2222/jql | A JSON query processor with a custom syntax that simplifies complex queries by breaking them down into step-by-step operations. | 896 |
jzelinskie/faq | A flexible JSON processor that supports various data formats and integrates with the libjq library. | 439 |
davesnx/query-json | A Reason implementation of the jq language with features like performance, error messages, and portability | 591 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 643 |
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |