I am writing a httpget request for android that queries the foursquare api for nearby event. The JSON responce I receive back is
{\"groups\": [ { \"type\"
You can check here and pick a JSON library to use to get at those values.