接口 org.eclipse.jetty.util.ajax.JSON.Source
的使用

使用 JSON.Source 的软件包
org.eclipse.jetty.util.ajax   
 

org.eclipse.jetty.util.ajaxJSON.Source 的使用
 

实现 JSON.Sourceorg.eclipse.jetty.util.ajax 中的类
static class JSON.ReaderSource
           
static class JSON.StringSource
           
 

参数类型为 JSON.Sourceorg.eclipse.jetty.util.ajax 中的方法
protected static void JSON.complete(String seek, JSON.Source source)
           
protected  Object JSON.handleUnknown(JSON.Source source, char c)
           
 Object JSON.parse(JSON.Source source)
           
 Object JSON.parse(JSON.Source source, boolean stripOuterComment)
           
protected  Object JSON.parseArray(JSON.Source source)
           
 Number JSON.parseNumber(JSON.Source source)
           
protected  Object JSON.parseObject(JSON.Source source)
           
protected  String JSON.parseString(JSON.Source source)
           
protected  void JSON.seekTo(char seek, JSON.Source source)
           
protected  char JSON.seekTo(String seek, JSON.Source source)
           
 



Copyright © 2013. All Rights Reserved.