JSON.Decode (gb.util.web)

Static Function Decode ( JSONString As String [ , UseNull As Boolean ] ) As Variant

Decodes a json string and returns it as a Gambas value.

Desde 3.5

If the UseNull argument is TRUE, then Null JSON values will be represented by the JSON.Null property.

That allows to make the difference between a property that is not set and a property having the null value.