Package Exports
- json-joy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (json-joy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
json-joy
JSON utilities. In this package:
- Implements utility for locating data using JSON Pointer. {Docs ☕️}
- Implements JSON Patch operations. {Docs 🍪}
- Implements JSON Predicate operations.
- Implements additional JSON Patch operations.
- Implements operational transformations for JSON Patch operations.
- Implements server and client classes for JSON-Rx protocol. {Docs 🚬}
- Implements server class for JSON-RPC 2.0 protocol.
- CLI utilities. {Docs ⛑}
Benchmarks
json-joy is substantially faster than fast-json-patch.
node benchmarks/main.js
json-joy (applyPatch) x 352,915 ops/sec ±1.50% (92 runs sampled)
json-joy (applyOps) x 1,057,787 ops/sec ±0.85% (90 runs sampled)
fast-json-patch x 318,250 ops/sec ±0.90% (92 runs sampled)
Fastest is json-joy (applyOps)License
Unlicense — public domain.