Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/json_pointer/mod.ts>set

JSON Pointer for Deno (IETF RFC6901).
Latest
function set
import { set } from "https://deno.land/x/json_pointer@1.1.0/mod.ts";

Update the value at the given JSON pointer in object.

Parameters

data: Data

object

pointer: string

string

value: any

Returns

void

void