手写JSON解析框架

FastJsonjava public class FastJson { public static final int JSON_ARRAY=1; public static final int JSON_OBJECT=2; public static final int JSON_ERRO=3; /** * 暴露API 给调用层调用
相关文章
相关标签/搜索