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

7 lines (6 loc) 258 B
export declare const TILDE = "~"; export declare const ESCAPE_TILDE = "~0"; export declare const UNESCAPE_TILDE_KEY = "0"; export declare const SEPARATOR = "/"; export declare const ESCAPE_SEPARATOR = "~1"; export declare const UNESCAPE_SEPARATOR_KEY = "1";