jsonReadInt

Category: JSON

Syntax:

jsonReadInt:Int(json:String, key:String)


Parameters

Returns

Int



Summary

Reads an integer value from a JSON object by key.

Takes json string and key string.

Returns integer value, or 0 if key not found.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn