Skip to content

metlos/serde-pointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

JSON Pointer implementation on top of serde-value for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages