fromJsonOrNull
Deserialize a BoundingBox from a JSON string, returning null if the JSON is invalid.
Return
The deserialized bounding box, or null if the JSON is invalid.
Parameters
json
A JSON string representing a bounding box.
Deserialize a BoundingBox from a JSON string, returning null if the JSON is invalid.
The deserialized bounding box, or null if the JSON is invalid.
A JSON string representing a bounding box.