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

Weaving the Web

Weaving the Web

Tim Berners-Lee / Harper Paperbacks / 2000-11-01 / USD 15.00

Named one of the greatest minds of the 20th century by Time , Tim Berners-Lee is responsible for one of that century's most important advancements: the world wide web. Now, this low-profile genius-wh......一起来看看 《Weaving the Web》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具