Page 1 of 1

Passing/Returning JSON objects to/from inline JS

Posted: Wed Dec 24, 2014 11:37 pm
by the.weavster
Is there a way of passing and returning JSON objects to/from procedures containing inline JavaScript without having to use JSON.parse() and JSON.stringify()?