jqjs
JSON parser
A JavaScript implementation of the jq JSON query language
Pure-JavaScript implementation of the jq JSON query language
85 stars
4 watching
7 forks
Language: JavaScript
last commit: 17 days ago
Linked from 1 awesome list
jq
Related projects:
Repository | Description | Stars |
---|---|---|
mwilliamson/jq.py | Python bindings for a lightweight and flexible JSON processor | 369 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |
ohmjs/ohm | A toolkit for building parsers and compilers using parsing expression grammars | 5,008 |
misawa/xq | A Rust implementation of jq for querying and manipulating structured data | 338 |
me-shaon/js-jsonq | A lightweight JavaScript library to query and manipulate JSON data in an object-relational style | 90 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,942 |
ruby/json | A Ruby implementation of the JSON data serialization format | 704 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
fiatjaf/jq-web | A WebAssembly implementation of the popular command-line JSON processor | 312 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
wgtdkp/juson | A lightweight JSON parser written in C | 16 |
qt-json/qt-json | A set of functions for parsing and serializing JSON data to and from Qt's QVariant hierarchy | 330 |
waqqas/json2json | Converts between different JSON representations based on a defined template. | 2 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,516 |