JSONItem.Insert

From Xojo Documentation

Method

JSONItem.Insert(Index As Integer, Value As Variant)

New in 2011r2

Supported for all project types and targets.

Inserts the passed value into a JSONItem array at the position specified by Index. Index is zero-based. </ShowIf>