mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
00ff845db9
Library to resolve JSON Pointers according to RFC 6901. JSON Pointer is a standardized (RFC6901) way to select a value inside a JSON Document (DOM). This is analogous to XPath for an XML document. However, JSON Pointer is much simpler, and a single JSON Pointer only points to a single value.
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
Library to resolve JSON Pointers according to RFC 6901.
|
|
|
|
JSON Pointer is a standardized (RFC6901) way to select a value inside
|
|
a JSON Document (DOM). This is analogous to XPath for an XML document.
|
|
However, JSON Pointer is much simpler, and a single JSON Pointer only
|
|
points to a single value.
|