xq
JSON parser
A Rust implementation of jq for querying and manipulating structured data
Pure rust implementation of jq
339 stars
6 watching
18 forks
Language: Rust
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |
maciejhirsz/json-rust | A JSON parsing and serialization library written in Rust. | 569 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,524 |
01mf02/jaq | A JSON data processing tool focused on correctness and performance | 2,894 |
rustadopt/jzon-rs | A JSON parsing and serialization library in Rust | 8 |
mwh/jqjs | A JavaScript implementation of the jq JSON query language | 85 |
mrwilson/jqunit | A test framework for testing JSON data processing libraries written in Rust | 4 |
cloudwego/sonic-rs | A fast Rust JSON parsing and serialization library | 500 |
intridea/multi_json | Provides a flexible and adaptive JSON parser for Ruby applications. | 754 |
fiatjaf/jq-web | A WebAssembly implementation of the popular command-line JSON processor | 313 |
marwes/combine | A Rust library implementing parser combinators for building efficient and flexible parsers | 1,307 |
ruby/json | A Ruby implementation of the JSON data serialization format | 704 |
moreati/jq-filter | An Ansible filter plugin that adds jq-like filtering capabilities to JSON data | 21 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
griffindy/rackson | A Ruby library that deserializes JSON into Ruby objects with type checking and optional property definition. | 7 |