let str = '{"owner":"user","tic":"3"},{"owner":"user","tic":"5"},{"owner":"user","tic":"4"}';
arr = JSON.parse('['+str+']');