fromJsonOrNull
inline fun <T : Geometry> fromJsonOrNull(@Language(value = "json"
Deserialize a GeometryCollection from a JSON string, or null if parsing fails.
Return
The deserialized GeometryCollection, or null if parsing fails.
Parameters
json
The JSON string to parse.