Hi,
I have a requirement as below:
use javascript to access an API and receive the results in JSON format. Then, I need to pass the JSON information ( a part of it) to a sites template. Since the number of values to be passed is around 15 in number, is there a way to pass that many values to a template?
Thanks