CS 1301 – Ch 6, Handout 1

The first line converts the Java String “jsonString” into a jsonObject that can now be parsed. The second line searches the jsonObject for the object called “packet” which contains all Place data as an array. The third line then fetches this place array and saves it as a JsonArray. ................
................