首页 > 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 eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
JSON (gb.web)
This class allows to decode and encode the JSON format. See http://www.json.org for more information.

代号
该类是静态类。

静态 方法 
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