JSONItem.RemoveAll

From Xojo Documentation

Method

JSONItem.RemoveAll()

New in 2019r2

Supported for all project types and targets.

Removes all children and resets the JSONItem type (object or array).

Example

Var person As New JSONItem
.
.
person.RemoveAll