public void test_error_stream_1() throws Exception {
String text = "[123:\"wenshao\" ]";
Exception error = null;
try {
JSONReader reader = new JSONReader(new StringReader(text), Feature.SupportArrayToBean);
reader.readObject(VO.class);
reader.close();
} catch (JSONException ex) {
error = ex;
}
Assert.assertNotNull(error);
}
WriteAsArray_int_public.java 文件源码
java
阅读 35
收藏 0
点赞 0
评论 0
项目:GitHub
作者:
评论列表
文章目录