Home > comp > gb.web > json 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
JSON (gb.web)
This class allows to decode and encode the JSON format. See http://www.json.org for more information.

Symbols
This class is static.

Static methods 
Decode  Encode   

The mapping between JSON elements and Gambas datatypes is the following:

JSON syntax JSON element Gambas datatype
{ "string": value , ... } Object Collection
[ value, ... ] Array Variant[]
"..." String UTF-8 String
-123.45E+6 Number Integer / Long / Float
true / false Boolean constant Boolean
null The null constant Null