JSON (gb.util.web)
这个类允许您对JSON格式进行解码和编码。 参见
http://www.json.org 获取更多信息.
该类是静态类。
静态属性
静态方法
Decode
|
If the UseNull argument is TRUE , then Null JSON values will be represented by the JSON.Null property.
|
Encode
|
Gambas日期被转换为字符串表示,因为 JSON 没有日期元素。
|
FromString
|
If the UseNull argument is TRUE , then Null JSON values will be represented by the JSON.Null property.
|
ToString
|
Gambas日期被转换为字符串表示,因为 JSON 没有日期元素。
|
JSON元素和Gambas数据类型之间的映射如下: