query-json
JSON parser
A Reason implementation of the jq language with features like performance, error messages, and portability
Faster, simpler and more portable implementation of jq
in Reason
591 stars
12 watching
6 forks
Language: Reason
last commit: 9 months ago
Linked from 1 awesome list
jsonmenhirocamlreasonreason-nativereasonmlsedlex
Related projects:
Repository | Description | Stars |
---|---|---|
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
dedalqq/omg.jsonparser | A JSON parser with conditional validation | 6 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |
me-shaon/js-jsonq | A lightweight JavaScript library to query and manipulate JSON data in an object-relational style | 90 |
elgs/jsonql | A JSON query expression library in Golang. | 276 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,509 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
cube2222/jql | A JSON query processor with a custom syntax that simplifies complex queries by breaking them down into step-by-step operations. | 896 |
bhmj/jsonslice | Enables fast JSON querying without unmarshalling the entire data | 85 |
asaiyusuke/jsonpath | A Go library that parses and evaluates JSONPath queries to retrieve part of a JSON object | 24 |
sanity-io/groq-cli | A command-line tool for querying and manipulating JSON data using the GROQ query language | 203 |
sanack/atom-jq | An Atom extension that embeds the jq command-line JSON processor into its interface | 22 |
shrynx/99.re | A comprehensive collection of solutions to common problems in programming using Reason and OCaml | 110 |