Member Junction
    Preparing search index...

    Type Alias JSONValue

    JSONValue:
        | string
        | number
        | boolean
        | null
        | JSONValue[]
        | { [key: string]: JSONValue }

    A JSON-serializable value. Used to type open configuration bags and JSON-schema objects at the Core layer without resorting to any.