Passing/Returning JSON objects to/from inline JS

Just starting out? Need help? Post your questions and find answers here.
the.weavster
Posts: 220
Joined: Sat Mar 01, 2014 3:02 pm

Passing/Returning JSON objects to/from inline JS

Post 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()?