JSON Parser Xojo and Real Studio plugin |
|
JSONNode.AppendValue Method (console safe)
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