https://github.com/tailhook/rust-gron
A rust reimplementation of a gron utility which makes JSON greppable (https://github.com/tomnomnom/gron)
https://github.com/tailhook/rust-gron
grep gron json rust serde
Last synced: 6 months ago
JSON representation
A rust reimplementation of a gron utility which makes JSON greppable (https://github.com/tomnomnom/gron)
- Host: GitHub
- URL: https://github.com/tailhook/rust-gron
- Owner: tailhook
- License: apache-2.0
- Created: 2016-08-03T15:43:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T16:13:59.000Z (over 8 years ago)
- Last Synced: 2025-04-11T20:44:10.426Z (10 months ago)
- Topics: grep, gron, json, rust, serde
- Language: Rust
- Homepage:
- Size: 1.64 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-APACHE
Awesome Lists containing this project
README
=========
Rust-Gron
=========
:Credits: gron_
:API Documentation: http://tailhook.github.io/rust-gron/
:Format Description: `in gron docs`__
__ https://github.com/tomnomnom/gron/blob/master/README.mkd
.. _gron: https://github.com/tomnomnom/gron
Gron transforms JSON into discrete assignments to make it easier to grep for
what you want and see the absolute 'path' to it. It eases the exploration of
APIs that return large blobs of JSON.
This is a reimplementation of the library in Rust because I need to embed
it into a daemon written in rust.