val JsonElement.double: Double
Convenience method, returns content of current element as Double
JsonException - if current element is not a JsonPrimitive
NumberFormatException - if current element is JsonPrimitive but it is not a valid representation of number