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

x/remapper/src/mod.ts>jsonPrune

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

Delete empty objects/arrays from an object recursively.

Parameters

obj: Record<string, any>