livejq
JSON parser
An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing.
An alternative jq implementation in rust for continuous parsing without crashing on invalid JSON, with Filtration support.
15 stars
1 watching
1 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
clijsonparsingrustserde
Related projects:
Repository | Description | Stars |
---|---|---|
misawa/xq | A Rust implementation of jq for querying and manipulating structured data | 333 |
01mf02/jaq | A fast and simple JSON data processing tool with improved startup time and correct jq syntax. | 2,755 |
mwh/jqjs | A JavaScript implementation of the jq JSON query language | 84 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,509 |
maciejhirsz/json-rust | A JSON parsing and serialization library written in Rust. | 566 |
arakelian/java-jq | A lightweight Java wrapper around JQ and Oniguruma libraries for efficient JSON processing | 83 |
rustadopt/jzon-rs | A JSON parsing and serialization library in Rust | 8 |
moreati/jq-filter | An Ansible filter plugin that adds jq-like filtering capabilities to JSON data | 21 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,362 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,123 |
florents-tselai/pgjq | An extension for Postgres that embeds the jq compiler to execute JSON data in a programming language-like way | 185 |