Parses a JSON string representation of a Point and returns an object.
A JSON string, either in the form [x,y] or {"x": 0, "y": 0}
[x,y]
{"x": 0, "y": 0}
A parsed Point.
Parses a JSON string representation of a Point and returns an object.