Skip to main content
Module

std/ini/ini_map.ts>IniMap#toJSON

The Deno Standard Library
Go to Latest
method IniMap.prototype.toJSON
import { IniMap } from "https://deno.land/std@0.223.0/ini/ini_map.ts";

Convenience method for JSON.stringify.

Returns

Record<string, unknown | Record<string, unknown>>