Availability
$WBJSONELEM is available for use with all WBSP commands.
Syntax
$WBJSONELEM{JSONSource|JSONObjectName}
$WBJSONELEM[JSONSource|JSONObjectName]
Parameters
JSONSource - String value containing JSON to be searched. Note that
this is not an URL of the JSON file but JSON source itself.
JSONObjectName - Any valid object in
given JSON code including array elements. When accessing array elements use
brackets () instead of square brackets []. Note
that JSON object names are case sensitive.
Returns
Comma-separated list
of element names of JSONObjectName.
Example
File Sample.json
After running this example, the resulting page in browser should look like this: