val JsonElement.booleanOrNull: Boolean?
Convenience method, returns content of current element as Boolean or null if element is not a valid boolean value
null
JsonException - if current element is not a JsonPrimitive
JsonException