org.json
Class JSONNull

java.lang.Object
  extended by org.json.JSONNull
All Implemented Interfaces:
JSONRawValue

public class JSONNull
extends Object
implements JSONRawValue


Constructor Summary
JSONNull()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONNull

public JSONNull()
Method Detail

toString

public String toString()
Specified by:
toString in interface JSONRawValue
Overrides:
toString in class Object