Passing/Returning JSON objects to/from inline JS
Posted: Wed Dec 24, 2014 11:37 pm
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()?