chisel-json-pointer 1.1.0

Chisel JSON Pointer implementation
Documentation
# chisel-json-pointer


[![Workflow Status](https://img.shields.io/github/actions/workflow/status/jonnycoombes/chisel-core/rust.yml)](https://img.shields.io/github/actions/workflow/status/jonnycoombes/chisel-core/rust.yml)

[![crates.io](https://img.shields.io/crates/v/chisel-json-pointer.svg)](https://crates.io/crates/chisel-json-pointer)

[![crates.io](https://img.shields.io/crates/l/chisel-json-pointer.svg)](https://crates.io/crates/chisel-json-pointer)

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.