Type Alias JsonValue

JsonValue:
    | string
    | number
    | boolean
    | null
    | JsonObject
    | JsonArray