|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > JSON - Parser > Parser-Operations > !Array Operations > PSJ.CreateArrayFromArr |
The PSJ.CreateArrayFromArr command creates a JSON array from a MiniRobot ARR (array) container.
Convert ARR to JSONCreate JSON arraysBridge ARR and PSJExport array data
Quick Example
; Create JSON array from ARR
PSJ.CreateArrayFromArr|Array|arrayId
; Access elements
PSJ.GetArr|arrayId|0|firstItem
See Also