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