JsonBooleanElement
A json representation of a boolean value
Since
0.1.0
Entries
Properties
Returns a representation of an immutable list of all enum entries, in the order they're declared.
The value if the JsonBooleanElement
Functions
Is the JsonPrimitive a JsonBooleanElement?
Is the JsonPrimitive a JsonDoubleElement?
Is the JsonPrimitive a JsonIntegerElement?
Is the JsonElement a JsonArray?
Is the JsonElement a JsonBooleanElement?
Is the JsonElement a JsonDoubleElement?
Is the JsonElement a JsonIntegerElement?
Is the JsonElement a JsonNullElement?
Is the JsonElement a JsonObject?
Is the JsonElement a JsonPrimitive?
Is the JsonElement a JsonStringElement?
Is the JsonPrimitive a JsonNullElement?
Is the JsonPrimitive a JsonStringElement?
Cast the JsonPrimitive to a JsonBooleanElement
Cast the JsonPrimitive to a JsonDoubleElement
Cast the JsonPrimitive to a JsonIntegerElement
Cast the JsonElement to a JsonArray
Cast the JsonElement to a JsonBooleanElement
Cast the JsonElement to a JsonDoubleElement
Cast the JsonElement to a JsonIntegerElement
Cast the JsonElement to a JsonNullElement
Cast the JsonElement to a JsonObject
Cast the JsonElement to a JsonPrimitive
Cast the JsonElement to a JsonStringElement
Is the JsonPrimitive a JsonNullElement?
Override toString to generate via JSON.stringify
Cast the JsonPrimitive to a JsonStringElement
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.