Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/typebox/src/value/pointer.ts

JSON Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
import * as typebox from "https://deno.land/x/typebox@0.25.12/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