 
      
      json
	Main class that implements encoder, decoder, and error information. Note: This class has no instantiation (constructor) method, please use constant json instead	
	
class jsonThis class does not inherit to any class.
This class does not have attributes.
decode() — Parse a JSON string        encode() — Convert value to a JSON string        get_error() — Get error information if json.decode() returns nothing (null)