com.sdicons.json.model
Class JSONSimple

java.lang.Object
  extended by com.sdicons.json.model.JSONValue
      extended by com.sdicons.json.model.JSONSimple
Direct Known Subclasses:
JSONBoolean, JSONNull, JSONNumber, JSONString

public abstract class JSONSimple
extends JSONValue

Parent class of the atomic JSON types, being JSONNull, JSONBoolean, JSONNumber and JSONString.


Constructor Summary
JSONSimple()
           
 
Method Summary
 
Methods inherited from class com.sdicons.json.model.JSONValue
decorate, getCol, getData, getLine, getStreamName, isArray, isBoolean, isComplex, isDecimal, isInteger, isNull, isNumber, isObject, isSimple, isString, render, render, setData, setLineCol, setStreamName, strip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONSimple

public JSONSimple()


Copyright © 2011. All Rights Reserved.