val JsonElement.doubleOrNull: Double?
Convenience method, returns content of current element as Double or null if element is not a valid representation of number
null
JsonException - if current element is not a JsonPrimitive
JsonException