Method

JSONItem.Clear


Warning

This item was deprecated in version 2019r2. Please use JSONItem.RemoveAll as a replacement.

Description

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

Sample code

Var person As New JSONItem
.
.
person.Clear

Compatibility

All project types on all supported operating systems.