Zoomed Image

AMSX Scripting Language - Command : JsonToResult

Summary

Serialise the active AMSX JSON object to a string and store it in the result buffer

Description

Converts the entire active AMSX JSON token to its string representation and writes it into the result buffer. Use this to extract the full JSON after making modifications with JsonSet, ready to pass to an API call or store in a variable.

Parameters

This command does not require parameters.

Syntax


JsonToResult

Return to the AMSX Command Reference