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.
|
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: