Fame Glow Feed

Premium fame highlights with sleek curation.

updates

json.encode - Documentation for BMC Discovery 23.3

Writer Liam Parker

json.encode(value)


Converts value to a JSON encoded string. Where value is a string, table, or a list including nested structures.If the value is not one of these types, for example, a node set from search, or there is a problem JSON encoding value returns none.

For example the following code fragment sets encoded to the string '{"args":"-l /clusters/cluster-1/exports/storage-views"}'

encoded := json.encode(table(args := '-l /clusters/cluster-1/exports/storage-views'));