fromJson
inline fun <G : Geometry?, P> fromJson(@Language(value = "json"
Deserializes a Feature from a JSON string.
Return
The deserialized Feature.
Parameters
json
The JSON string to deserialize.
Throws
if the JSON string is invalid or cannot be deserialized.
if the JSON contains an invalid Feature.