http://hack-zhang.iteye.com/blog/1416412
{"status":0,"id":"8025d07a671b7b7e43262abdfcf059f1-1","hypotheses":[{"utterance":"你好","confidence":0.91251063},{"utterance":"你好好"},{"utterance":"你好嗯"},{"utterance":"你好运"},{"utterance":"你好嗯嗯"}]}
obj = new JSONObject(jsonResponse);
JSONArray utteranceList = obj.getJSONArray("hypotheses");
//String x = obj.get("firstname").toString() ;
for ( int i=0; i<utteranceList.length(); i++){
Log.d(TAG , utteranceList.getJSONObject(i).getString("utterance") + " JSONObject test by hyq" );