Type Alias JsonValue

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