```brightscript data = { a: "a" b: function() print "b" end function c: 42 } ``` There could be an option to add/remove commas in multiline object declarations.