Log entire object (unwrap nested JSON)
I am designing a catalog item and would like to know what the entire object of "current" looks like. Right now, I am using gs.info(JSON.stringify(current)); However, the result would look something like this { ... "variables": { "a":...
