字符串数组怎么转为jsonarray

如题所述

第1个回答  2017-08-07
将json字符串转成Java的Array数组 private String json = "{\"address\":\"chian\",\"birthday\":{\"birthday\":\"2010-11-22\"},"+ "\"email\":\"[email protected]\",\"id\":22,\"name\":\"tom\"}"; @Test public void readJSON2Array() { try { j...本回答被提问者采纳