Skip to content

Instantly share code, notes, and snippets.

@pyykkis
Created February 21, 2012 09:43
Show Gist options
  • Save pyykkis/1875513 to your computer and use it in GitHub Desktop.
Save pyykkis/1875513 to your computer and use it in GitHub Desktop.
Transparency example: Nested lists with category titles
data = [
title: "Cat A"
items: [{name: "foo"},{name: "bar"}]
,
title: "Cat b"
items: [{name: "hello"}, {name: "world"}]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment