Type alias Json

Json: JsonPrimitive | JsonArray | JsonObject

Json represents the JSON data type. It is used to represent the data structure of the document.