Category: JSON
Syntax:
jsonGetArrayElement:String(json:String, key:String, index:Int)
String
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
;No example implemented yet
BambooBasic © 2026 Michael Denathorn