Read json object in csjs from ssjs
问题 I wanted to find out if its possible to send an array of json objects to csjs from ssjs in a sessionScope variable. When I try to use sesionScope.get in my script block. It doesn't run? SSJS scriptsChartDojo.jss: function createChartData() { var resultArray = new Array(); resultArray = [ {y: 1978, text: "Blue Widget"}, {y: 1669, text: "Brown Widget"}, {y: 2017, text: "Green Widget"}, {y: 334, text: "Orange Widget"}, {y: 1051, text: "Pink Widget"}, {y: 1545, text: "Purple Widget"}, {y: 339,