Crates.io | gron |
lib.rs | gron |
version | 0.4.0 |
source | src |
created_at | 2016-08-03 16:19:22.315833 |
updated_at | 2017-08-02 14:52:22.704919 |
description | Gron transforms JSON into discrete assignments to make it easier to grep |
homepage | http://github.com/tailhook/rust-gron |
repository | |
max_upload_size | |
id | 5878 |
size | 30,534 |
: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.