Hi, I am using a Suitelet to render a template, for some reason it doesn't read part of the JSON I am passing to it.
How can I print the whole JSON in the template just for testing?
I tried printing it simply this way
${json}
but it didn't work. (note: the alias is
json
)