import * as typebox from "https://deno.land/x/typebox@0.25.13/src/value/pointer.ts";
Namespaces
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 |