jsonReadDouble

Category: JSON

Syntax:

jsonReadDouble:Double(json:String, key:String)


Parameters

Returns

Double



Summary

Reads a double-precision floating-point value from a JSON object by key.

Takes json string and key string.

Returns double value, or 0.0 if key not found.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn