RUM Classic JavaScript API
    Preparing search index...

    Type Alias JSONObject

    JSONObject: { [k: string]: JSONValue }

    A valid json object which does not contain functions, undefined, Infinity or NaN as values. A JSONValue may only be:

    1. primitive (string, number, boolean, null)
    2. an array of JSONValues
    3. another valid JSONObject

    Type declaration