#json #pointers #rfc6901

chisel-json-pointer

Chisel JSON Pointer implementation

2 stable releases

1.1.0 Oct 30, 2023
1.0.8 Oct 11, 2023

#1114 in Parser implementations

42 downloads per month
Used in chisel-parsers

MIT/Apache

11KB
188 lines

chisel-json-pointer

Workflow Status

crates.io

crates.io

A representation of a JSON Pointer with associated operations, as per RFC 6901

Building and Testing

As you would expect, just cargo build in order to build the crate.

Suggestions and Requests

If you have any suggestions, requests or even just comments relating to this crate, then please just add an issue and I'll try and take a look when I get change. Please feel free to fork this repo if you want to utilise/modify this code in any of your own work.


lib.rs:

A representation of a JSON Pointer with associated operations, as per RFC 6901

No runtime deps