Type alias JsonPrimitive

JsonPrimitive: string | number | boolean | null

A JSON value that represents a primitive type (string, boolean, number, or null, but not a JsonObject or JsonArray).

Generated using TypeDoc