Skip to content

Instantly share code, notes, and snippets.

@guybrush
Created November 24, 2010 13:22
Show Gist options
  • Save guybrush/713645 to your computer and use it in GitHub Desktop.
Save guybrush/713645 to your computer and use it in GitHub Desktop.
data =
{ a :
{ aa :
{ aaa : 'aaa'
, aab : 'aab'
}
}
, b :
{ ba :
{ baa : 'baa'
, bab : 'bab'
}
}
, c :
{ ca :
{ caa : 'caa'
, cab : 'cab'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment