#Json 数据格式化显示对话框
显示效果 类似 http://json.cn 主要目的就是方便测试,本来以为这个肯定很多了 居然没人做。效果我觉得还可以,只是在测试时候使用。所以性能上也不会有太高要求。 示例展示的数据 来自 http://apistore.baidu.com/apiworks/servicedetail/515.html
#运行截图 #添加依赖 compile 'com.anarchy.lib:library:0.5.0' #使用方式
传入符合JSON标准的String
类型 即可:
JsonFormatDialogFragment.newInstance(buffer.toString())
.show(getSupportFragmentManager(),"");