Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typebox_deno/src/value/pointer.ts>ValuePointer

JSON Schema Type Builder with Static Type Resolution for TypeScript
Latest
namespace ValuePointer
import { ValuePointer } from "https://deno.land/x/typebox_deno@0.31.22/src/value/pointer.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