import { ValuePointer } from "https://deno.land/x/typebox_deno@0.31.22/src/value/index.ts";
Provides functionality to update values through RFC6901 string pointers
Functions
Deletes a value at the given pointer | |
Formats the given pointer into navigable key components | |
Gets the value at the given pointer | |
Returns true if a value exists at the given pointer | |
Sets the value at the given pointer. If the value at the pointer does not exist it is created |