How to parse a JSON Array,Suppose we have an array given below,how to parse this array in Java,please help me with a code.
[{"guild": "Crimson", "region": "us", "realm": "Caelestrasz", "timestamp": 1311860040}, {"guild": "Crimson", "region": "us", "realm": "Caelestrasz", "timestamp": 1311511740}]
Sample code using the JSON.org lib.