Wednesday, April 11, 2012

JSON difference between brackets


 The difference between [ and { is, the square bracket represents starting of an JSONArray node whereas curly bracket represents JSONObject. While accessing these elements we need to call different methods to access these nodes.
json parsing structor