{"ScriptPreparationCode":"window.localStorage.setItem(\u0022data\u0022, \u0027{\u0022attributes.support_case_state\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022open\u0022]},\u0022attributes.tier\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022tier_1\u0022]},\u0022attributes.user_persona\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022rider\u0022]},\u0022attributes.country_code\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022az\u0022]},\u0022attributes.city_id\u0022:{\u0022type\u0022:\u0022number_or_null_array\u0022,\u0022value\u0022:[211]},\u0022attributes.safety_severity_level\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022minor\u0022]}}\u0027);\r\n\r\nvar memoryData = JSON.parse(\u0027{\u0022attributes.support_case_state\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022open\u0022]},\u0022attributes.tier\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022tier_1\u0022]},\u0022attributes.user_persona\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022rider\u0022]},\u0022attributes.country_code\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022az\u0022]},\u0022attributes.city_id\u0022:{\u0022type\u0022:\u0022number_or_null_array\u0022,\u0022value\u0022:[211]},\u0022attributes.safety_severity_level\u0022:{\u0022type\u0022:\u0022string_or_null_array\u0022,\u0022value\u0022:[\u0022minor\u0022]}}\u0027);","TestCases":[{"Name":"Local Storage","Code":"Object.fromEntries(Object.entries(JSON.parse(window.localStorage.getItem(\u0022data\u0022))).map((key, value) =\u003E [key, value]));","IsDeferred":false},{"Name":"In Memory","Code":"Object.fromEntries(Object.entries(memoryData).map((key, value) =\u003E [key, value]));","IsDeferred":false}]}