fromJsonOrNull

fun fromJsonOrNull(@Language(value = "json") json: String): Geometry?(source)

Decodes a JSON string into a Geometry, or returns null if deserialization fails.

Return

The decoded Geometry, or null if the string could not be deserialized.

Parameters

json

The JSON string to decode.