abc("selectortype", [{"aaa": "bbb"}, {"ccc": "ddd"}, {"eee": "fff"}]);
function abc(selectorType : string, metaData : Array<{any: any}>)
{
var readyJSONstring = {"type": selectorType};
console.log(JSON.stringify(readyJSONstring));
// Intended output: [{"cmd": "my_cmd"}, {"aaa"...