I currently am dealing with a Web Service that is returning an array of strings to the client. From here I would like to take this array of strings and convert it into an o
I haven't tested this but you can do something like
$(result).map(function(){return {'value':this}});
$(result).map(function(){return {'value':this}}