{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"array_literal","Code":"function result() {\r\n\treturn [{ a: 1, b: \u0022this is the string\u0022, c: \u0022Some more strings\u0022, d: [\u0022array of strings here\u0022, \u0022and here\u0022]}];\r\n}","IsDeferred":false},{"Name":"arrayOf","Code":"function result() {\r\n\treturn Array.of({ a: 1, b: \u0022this is the string\u0022, c: \u0022Some more strings\u0022, d: Array.of(\u0022array of strings here\u0022, \u0022and here\u0022)});\r\n}","IsDeferred":false}]}