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

10 lines (5 loc) 310 B
'use strict'; var convertJsonPathToPointer = require('./convertJsonPathToPointer/convertJsonPathToPointer.cjs'); var getJSONPath = require('./getJSONPath/getJSONPath.cjs'); exports.convertJsonPathToPointer = convertJsonPathToPointer.convertJsonPathToPointer; exports.getJSONPath = getJSONPath.getJSONPath;