jballment commented on issue #6427:
URL: https://github.com/apache/hop/issues/6427#issuecomment-3770827396
As a workaround in JavaScript Action if I use the following, the action
works and logs as expected:
```
var myJSON = '{ "myNode" : { "myValue" : "abc" } }';
action.logBasic("My JSON = {0}", myJSON);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]