serde-pointer

Crates.ioserde-pointer
lib.rsserde-pointer
version0.2.0
sourcesrc
created_at2019-11-21 18:55:07.410444
updated_at2019-12-02 22:29:38.112067
descriptionA simple JSON Pointer implementation working on top of serde-value
homepage
repositoryhttps://github.com/metlos/serde-pointer
max_upload_size
id183276
size19,726
Lukas Krejci (metlos)

documentation

README

serde-pointer

Build Status Latest Version Code Coverage

Builds on top of serde-value and provides a way of finding values in the intermediate representation provided by serde-value using the JSON pointers.

It is not tied to JSON though (apart from the JSON pointer syntax) and works generically over anything that serde-value can represent.

Note that this is above all a simple project to learn Rust on, so don't expect any stellar performance or code quality.

Commit count: 5

cargo fmt