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

4 lines (3 loc) 212 B
export { JSONPath } from './enum.mjs'; export { convertJsonPathToPointer } from './utils/convertJsonPathToPointer/convertJsonPathToPointer.mjs'; export { getJSONPath } from './utils/getJSONPath/getJSONPath.mjs';