This module defines the JsonValue type. This is a stronger alternative to any for the return type of JSON.parse(str).
JsonValue
any
JSON.parse(str)
Represents an atomic JSON value or a JSON object.
Represents a JSON value: a value returned by JSON.parse(str).
Generated using TypeDoc
This module defines the
JsonValuetype. This is a stronger alternative toanyfor the return type ofJSON.parse(str).