JSON 解析和生成器 Argo

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-30 19:12:21

软件介绍

Argo 是一个 Java 开发的遵循 RFC 7159 的 JSON 解析器和生成器。提供三个解析接口(推、拉和 DOM 风格解析器)。特点是易用、线程安全、快速。

Maven

<!-- https://mvnrepository.com/artifact/net.sourceforge.argo/argo -->
<dependency>
    <groupId>net.sourceforge.argo</groupId>
    <artifactId>argo</artifactId>
    <version>5.2</version>
</dependency>

示例代码:

String secondSingle = new JdomParser().parse(jsonText)
    .getStringValue("singles", 1);


本文地址:https://codercto.com/soft/d/2504.html

Data Structures and Algorithms

Data Structures and Algorithms

Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20

The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具