fastjson-1.1.35
fastjson是一个性能很好的Java语言实现的JSON解析器和生成器,来自阿里巴巴的工程师开发。主要属性:快速FAST(比其它任何基于Java的解析器和生成器更快,包括jackson)强大(支持普通JDK类包括任意JavaBeanClass、Collection、Map、Date或enum)零依赖(没有依赖其它任何类库除了JDK)(Fastjson is a JSON parser and generator implemented in Java language with good performance, developed by engineers from Alibaba. Main attributes: Fast FAST (faster than any other Java based parser and generator, including jackson) Powerful (supports ordinary JDK classes, including any JavaBeanClass, Collection, Map, Date or enum) Zero dependency (does not rely on any other class library except JDK))
页:
[1]