Skip to content

Instantly share code, notes, and snippets.

@miceno
Created February 22, 2011 15:43
Show Gist options
  • Select an option

  • Save miceno/838854 to your computer and use it in GitHub Desktop.

Select an option

Save miceno/838854 to your computer and use it in GitHub Desktop.
convert String to List
data= '[ "mykey": "myValue" ]'
map = Eval.me( data )
// map= {myKey=myValue}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment