You could use either a "show" or a "list" to transform the JSON
({"objectname" : "value"}) into the javascript (var myobj = {"objectname" :
"value"}) you indicate. Let me know if you need an example.- George On Thu, Feb 3, 2011 at 4:18 AM, bryan rasmussen <[email protected]>wrote: > In other words instead of being > {"objectname" : "value"} > > it returns > > var myobj = {"objectname" : "value"} > > Thanks, > Bryan Rasmussen >
