Skip to content

Instantly share code, notes, and snippets.

@web-zen
Created August 30, 2009 18:46
Show Gist options
  • Save web-zen/178076 to your computer and use it in GitHub Desktop.
Save web-zen/178076 to your computer and use it in GitHub Desktop.
var bla has this Object
Object 12=Smith,Zac 166=Jones,James
How to transform it to:
var myUsers= [
{value:'12',label:'Smith,Zac'},
{value:'166',label:'Jones,James'},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment