Allows you to work with complex Json objects from your event sheet.
It would be great if there could be additional dictionary like functionality, to construct a json, which can then be obtained via a toJson method.
In my app, i need to update values in a google sheet. This means constructing an update json string as data for a ajax put call.
now, the only way to do it is to build the string using concats