{"ScriptPreparationCode":"var value = {a: 30310, b: \u0027100303\u0027, c: \u00273040494\u0027}","TestCases":[{"Name":"_.keys with map","Code":"_.keys(value).map( function(key){ return {value: _.camelCase(key), label: _.startCase(key)}} )","IsDeferred":false},{"Name":"native with map","Code":"Object.keys(value).map( function(key){ return {value: _.camelCase(key), label: _.startCase(key)}} )","IsDeferred":false},{"Name":"native with forEach","Code":"var arr = []\r\nObject.keys(value).forEach( function(key){ return arr.push({value: _.camelCase(key), label: _.startCase(key)}) } )","IsDeferred":false}]}