JSON in Java -


未知
跨平台
Java

软件简介

这是 JSON 官网上用 Java 语言实现的 JSON 处理包。

示例代码:myString = new JSONObject().put(“JSON”, “Hello, World!”).toString();