JSON (gb.util.web)
This class allows you to decode and encode the JSON format. See 
http://www.json.org for more information.
This class is static.
Static properties
| Null | This property represents a JSON null value. | 
| Undefined | This property represents a JSON undefined value. | 
Static methods
| Decode | Decodes a JSON string and returns it as a Gambas value. | 
| Encode | Encodes a Gambas value into a JSON string and returns it. | 
| FromString | Decodes a JSON string and returns it as a Gambas value. | 
| ToString | Encodes a Gambas value into a JSON string and returns it. | 
The mapping between JSON elements and Gambas datatypes is the following: