chisel-json-pointer 1.1.0

Chisel JSON Pointer implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "chisel-json-pointer"
version = "1.1.0"
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
description = "Chisel JSON Pointer implementation"
license = "MIT OR Apache-2.0"
keywords = ["json", "pointer", "rfc6901"]
categories = ["parser-implementations", "text-processing"]
repository = "https://github.com/jonnycoombes/chisel-core/tree/trunk/chisel-json-pointer"

[dependencies]