JSON (gb.util.web)
This class allows you to decode and encode the JSON format. See
http://www.json.org for more information.
Diese Klasse ist statisch.
Statische Eigenschaften
Null
|
This property represents a JSON null value.
|
Statische Methoden
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: