JSONItem.ValueAt
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
JSONItem as array
Method
JSONItem.ValueAt(Index As Integer) As Variant
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Returns a child's value by index.
Method
JSONItem.ValueAt(Index As Integer, Assigns Value As Variant)
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Sets a child's value by index.