JSON.FromString (gb.util.web)
Static Function FromString ( JSONString As String [ , UseNull As Boolean ] ) As Variant
解码
json 字符串并将其作为Gambas值返回。
自从 3.5
If the
UseNull argument is
TRUE
, then Null JSON values will be represented by the
JSON.Null property.
这允许在未设置的属性和具有空值的属性之间进行区分。