UNPKG

@winglet/json

Version:

TypeScript library for safe and efficient JSON data manipulation with RFC 6901 (JSON Pointer) and RFC 6902 (JSON Patch) compliance, featuring prototype pollution protection and immutable operations

5 lines (4 loc) 223 B
export { applyPatch } from './applyPatch/applyPatch.mjs'; export { compare } from './compare/compare.mjs'; export { difference } from './difference/difference.mjs'; export { mergePatch } from './mergePatch/mergePatch.mjs';