JSONItem.Clear

From Xojo Documentation

Method

JSONItem.Clear()

New in 2011r2

Supported for all project types and targets.

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

Example

Var person As New JSONItem
.
.
person.Clear