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

x/remapper/src/general.ts>jsonSet

A framework for Beat Saber map scripting.
Go to Latest
function jsonSet
import { jsonSet } from "https://deno.land/x/remapper@2.1.0/src/general.ts";

Set a property in an object, add objects if needed.

Parameters

obj: Record<string, any>
prop: string
value: any