JSONItem.Insert
From Xojo Documentation
This item was deprecated in version 2019r2. Please use JSONItem.AddAt as a replacement. |
Method
JSONItem.Insert(Index As Integer, Value As Variant)
New in 2011r2
Supported for all project types and targets.
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>