var a = 'image.jpg 0 0 0 0 100, image2.jpg 0 0 0 0 100'; alert(JSON.stringify( a.split(', ').map(function(a){return a.split(' ')}) ))