خانه > comp > gb.web > json 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
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 گامباس 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