if(getIntent().hasExtra("json")) { JsonObject mJsonObject = new JsonObject(getIntent().getStringExtra("json")); }