I have a string like this coming from an API:
"{\"region\":{\"span\":{\"latitude_delta\":0.11197800000000058,\"longitude_delta\":0.10020299999999338},.....
What should I do in order to be able to access my_returned_object.region
? Right now it's just a string, I don't know how to convert it to another object type.