SyntaxFix
Write A Post
Hire A Developer
Questions
With jQuery, you can do it like this -
var dataArray = $.map(dataObject,function(v){ return v; });
Demo