jsonReadString

Category: JSON

Syntax:

jsonReadString:String(json:String, key:String)


Parameters

Returns

String



Summary

Reads a string value from a JSON object by key with escape sequence handling.

Takes json string and key string.

Returns unescaped string via ReturnString, or "" if key not found or quote missing.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn