| Crates.io | jsonp |
| lib.rs | jsonp |
| version | 1.0.2 |
| created_at | 2020-11-01 19:24:25.726776+00 |
| updated_at | 2020-11-08 08:20:55.381173+00 |
| description | Fast Json pointers in Rust |
| homepage | |
| repository | https://github.com/bazaah/jsonp |
| max_upload_size | |
| id | 307625 |
| size | 42,093 |
jsonp[ointer] is a library for efficiently dereferencing nested Json structures in Rust, using serde and serde_json.
This library was split out of another project as I felt it would be useful as a standalone crate.