#serde-json #json #serde #json-pointer

serde-pointer

A simple JSON Pointer implementation working on top of serde-value

2 unstable releases

0.2.0 Dec 2, 2019
0.1.1 Nov 21, 2019
0.1.0 Nov 21, 2019

#227 in #serde-json

32 downloads per month

Apache-2.0

20KB
450 lines

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.

Dependencies

~1.2–1.6MB
~31K SLoC