@valon-technologies/gestalt
    Preparing search index...

    Type Alias JsonValue

    JsonValue: number | string | boolean | null | JsonObject | JsonValue[]

    Represents any possible JSON value:

    • number
    • string
    • boolean
    • null
    • object (with any JSON value as property)
    • array (with any JSON value as element)