say I want to parse an online file that has the following:
[{"guild": "Crimson", "region": "us", "realm": "Caelestrasz", "timestamp": 1311860040}, {"guild": "CrimsonR", "region": "us", "realm": "Caelestrasz", "timestamp": 1311511740}]
URL is: http://www.example.com
How would I go about in parsing certain information such as the first Guild, "Crimson"'s timestamp value?
Any help is appreciated :D