Spin: add Jackson JSON array to task variables and evaluate it in Expressions

After some weeks, I gave it a try, again.

Actually, solution was easy:
I just need to do following:

 setVariable("myJsonVariable", Spin.JSON(myObject));
2 Likes