| Public classes 
 | JNull
 Class to store null value in JSON format. Constructors 
 Methods 
 Constructors public JNull () Creates new JNull object. Methods public override bool Equals (object anotherObject) Test if another object equals to this object. This method always returns true if parameter object is instance of JNull, but false if parameter is system null. 
 
 public override string ToString () Returns compact information of this JBoolean object as string, for debug purposes. 
 | |||||||||||||||