Home > comp > gb.web > json 
 en 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
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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 Gambaso 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