Got stuck at this error:
3169-3190/com.meisolsson.app E/JSON Parser﹕ Error parsing data org.json.JSONException: Value [{\"type\":0,\"can_see_custom_stori
[..] means it should be an JSONArray and {..} means it should be a JSONObject.
[..]
JSONArray
{..}
JSONObject
Therefore:
try { JSONArray jObj = new JSONArray(json); } catch (JSONException e) { Log.e("JSON Parser", "Error parsing data " + e.toString()); }