com.sybase.afx.json
Class JsonReader

java.lang.Object
  extended by com.sybase.afx.json.JsonReader

public abstract class JsonReader
extends java.lang.Object

Input methods for JSON (JavaScript Object Notation).


Constructor Summary
JsonReader()
           
 
Method Summary
static java.lang.Object parse(java.lang.String string)
           
static java.lang.Object read(StringReader input0)
          Parse a stream with JSON data (JavaScript Object Notation).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonReader

public JsonReader()
Method Detail

parse

public static java.lang.Object parse(java.lang.String string)

read

public static java.lang.Object read(StringReader input0)
                             throws java.io.IOException
Parse a stream with JSON data (JavaScript Object Notation). Note: this method does not close the input stream.

Throws:
java.io.IOException