Stringtree JSON

程序名称:Stringtree JSON

授权协议: Apache

操作系统: 跨平台

开发语言: Java

Stringtree JSON 介绍

Stringtree JSON 是一个小型可靠简洁的 Java 的 JSON 读写和验证的类库。无需依赖其他第三方库。整个 jar 包只有 13kb。

示例代码

import org.stringtree.json.JSONReader;

class JSONReaderExample {
  JSONReader reader = new JSONReader();

  public void example() {
    Object result = reader.read("true");
    System.out.println("JSONReader result is " + result +
      " of class " + result.getClass());
  }
}

Stringtree JSON 官网

http://www.stringtree.org/stringtree-json.html

相关编程语言

MuPlayer 是一款跨平台、轻量级的音频播放解决方案,...
OS FLV 是一个 开源和可嵌入网页的flv播放器。 这个...
DewPlayer音乐播放器,样式很简单,而且很实用.播放器...
JW FLV MEDIA PLAYER是一个开源的在网页上使用的Fla...
Speakker 是一个基于 Web 浏览器的音乐播放器,只提...
Player Framework 是一个开源的支持 HTML5 的视频播...