%ToJSON has three ways. One of the is to output through String, as you did with Write command.
In your case you can simply use Do command instead, and it will just output to the current device directly, without collecting it to a limited variable.
Or you can do through the stream, passed as a first parameter
- Log in to post comments