Skip to main content
Module

x/json_pointer/mod.ts

JSON Pointer for Deno (IETF RFC6901).
Latest
import * as jsonPointer from "https://deno.land/x/json_pointer@1.1.0/mod.ts";

Functions

Return the value at the given JSON pointer in object.

Update the value at the given JSON pointer in object.