Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by vijofob476

  1. V

    JavaScript [TypeScript] List of unnamed param objects for JSON

    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"...
Back
Top Bottom