jsonGetArrayElement

Category: JSON

Syntax:

jsonGetArrayElement:String(json:String, key:String, index:Int)


Parameters

Returns

String



Summary

Retrieves a specific element from a JSON array by index.

Takes json string, key string, and index integer.

Returns extracted element as string via ReturnString.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn