Packages

Implementations of JSON RFC 6901 and 6902, Pointers and Patch respectively. Pointer allows evaluating and transforming a JSON document at a given keypath. Patch encodes operations that abstract pointer transformations.

Current section

Files

Jump to
jsonrfc CHANGELOG
Raw

CHANGELOG

v0.1.0 - initial release
v0.2.0 - added `Patch.evaluate_with_ops`, which returns the operations in addition to applying them to the given document.