1. String json = builder.toString();
  2. String[] macgyver = json.split(":");
  3. System.out.println(macgyver[9].split(",")[0]);