jsonptr 0.1.4

Data structures and logic for resolving, assigning, and deleting by JSON Pointers (RFC 6901)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "jsonptr"
version = "0.1.4"
edition = "2021"
description = "Data structures and logic for resolving, assigning, and deleting by JSON Pointers (RFC 6901)"
documentation = "https://docs.rs/jsonptr"
keywords = ["json-pointer", "rfc-6901", "6901"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chanced/jsonptr"
homepage = "https://github.com/chanced/jsonptr"
authors = ["chance dinkins"]


[dependencies]
serde = "1.0"
serde_json = "1.0"
url = "2"