JSONValue type
type JSONValue = boolean | number | string | null | JSONArray | JSONObject
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
type JSONValue = boolean | number | string | null | JSONArray | JSONObject