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.