method IniMap.prototype.toJSONRe-exportimport { IniMap } from "https://deno.land/std@0.211.0/ini/mod.ts"; toJSON(): Record<string, unknown | Record<string, unknown>>Convenience method for JSON.stringify. ReturnsRecord<string, unknown | Record<string, unknown>>