Hi, Is it possible to add support for array of objects? Just like the following output: myOtherArray = [ { "first" : "John", "last" : "Smith" }, { "first" : "Jane", "last" : "Doe" } ];