JSON Parser Xojo plugin

JSONNode.AppendValue Method

Appends a integer value.

AppendValue(
   value as Integer)

Parameters

value
This basically appends a node without name, this is for example suitable for arrays.The value to append

Remarks

This basically appends a node without name, this is for example suitable for arrays.

See Also

JSONNode Class