JSONObject | @lumino (original) (raw)

Interface JSONObject

A type definition for a JSON object.

interface JSONObject {
[key: string]: JSONValue;
}

Indexable

[key: string]: JSONValue