Registry / serialization / json-pointer

json-pointer

JSON →
library0.3.4rscratesunverified

A crate for parsing and using JSON pointers as specified in RFC 6901.

# Cargo.toml [dependencies] json-pointer = "0.3.4"
INSTALL
IMPORT
SIG · JSON-POINTER
J
json-pointer
serializationrustv0.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonPointer
use json_pointer::JsonPointer;

Parses a JSON pointer string.

use json_pointer::JsonPointer; let pointer = JsonPointer::new("/foo/bar").unwrap(); println!("Pointer: {}", pointer);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
json-pointer — cargo add json-pointer · libregistry