method IniMap.prototype.toJSONView codeIniMap.prototype.toJSON(): Record<string, unknown | Record<string, unknown>>Convenience method for JSON.stringify. Return TypeRecord<string, unknown | Record<string, unknown>>View code