{"ScriptPreparationCode":"var aggregatedJson = \u0027{\u0022jsonrpc\u0022:\u00222.0\u0022,\u0022method\u0022:\u0022subscriptions\u0022,\u0022params\u0022:{\u0022events\u0022:[[\u0022volatility_index.btc_usd\u0022,{\u0022volatility\u0022:97.96,\u0022timestamp\u0022:1650968338717,\u0022index_name\u0022:\u0022btc_usd\u0022,\u0022estimated_delivery\u0022:97.96}],[\u0022volatility_index.eth_usd\u0022,{\u0022volatility\u0022:59.6,\u0022timestamp\u0022:1650968338712,\u0022index_name\u0022:\u0022eth_usd\u0022,\u0022estimated_delivery\u0022:59.6}],[\u0022price_index.btc_usd\u0022,{\u0022timestamp\u0022:1650968338767,\u0022price\u0022:40367.16,\u0022index_name\u0022:\u0022btc_usd\u0022}],[\u0022price_index.sol_usd\u0022,{\u0022timestamp\u0022:1650968338790,\u0022price\u0022:100.3409,\u0022index_name\u0022:\u0022sol_usd\u0022}]]}}\u0027;\r\n\r\nvar singleJson1 = \u0027{\u0022jsonrpc\u0022:\u00222.0\u0022,\u0022method\u0022:\u0022subscription\u0022,\u0022params\u0022:{\u0022channel\u0022:\u0022volatility_index.btc_usd\u0022,\u0022data\u0022:{\u0022volatility\u0022:97.96,\u0022timestamp\u0022:1650968338717,\u0022index_name\u0022:\u0022btc_usd\u0022,\u0022estimated_delivery\u0022:97.96}}}\u0027;\r\n\r\nvar singleJson2 = \u0027{\u0022jsonrpc\u0022:\u00222.0\u0022,\u0022method\u0022:\u0022subscription\u0022,\u0022params\u0022:{\u0022channel\u0022:\u0022volatility_index.eth_usd\u0022,\u0022data\u0022:{\u0022volatility\u0022:59.6,\u0022timestamp\u0022:1650968338712,\u0022index_name\u0022:\u0022eth_usd\u0022,\u0022estimated_delivery\u0022:59.6}}}\u0027;\r\n\r\nvar singleJson3 = \u0027{\u0022jsonrpc\u0022:\u00222.0\u0022,\u0022method\u0022:\u0022subscription\u0022,\u0022params\u0022:{\u0022channel\u0022:\u0022price_index.btc_usd\u0022,\u0022data\u0022:{\u0022timestamp\u0022:1650968338767,\u0022price\u0022:40367.16,\u0022index_name\u0022:\u0022btc_usd\u0022}}}\u0027;\r\n\r\nvar singleJson4 = \u0027{\u0022jsonrpc\u0022:\u00222.0\u0022,\u0022method\u0022:\u0022subscription\u0022,\u0022params\u0022:{\u0022channel\u0022:\u0022price_index.sol_usd\u0022,\u0022data\u0022:{\u0022timestamp\u0022:1650968338790,\u0022price\u0022:100.3409,\u0022index_name\u0022:\u0022sol_usd\u0022}}}\u0027;","TestCases":[{"Name":"parse aggregated JSON","Code":"JSON.parse(aggregatedJson);","IsDeferred":false},{"Name":"parse single JSONs","Code":"JSON.parse(singleJson1);\r\nJSON.parse(singleJson2);\r\nJSON.parse(singleJson3);\r\nJSON.parse(singleJson4);","IsDeferred":false}]}