Skip to content

Instantly share code, notes, and snippets.

@wesrog
Created June 14, 2013 22:45
Show Gist options
  • Save wesrog/5785873 to your computer and use it in GitHub Desktop.
Save wesrog/5785873 to your computer and use it in GitHub Desktop.
// collection (or Forum)
topic = {
id: 1
name: 'Don\'t you hate it when...',
message: 'People write posts like this?',
ts: '2013-06-14 12:33:00'
replies: [
{
author: 'nik',
message: 'Yeh! Really bothers me!',
ts: '2013-06-14 01:13:15'
},
{
author: 'wesrog',
message: 'Deal with it.',
ts: '2013-06-14 02:55:01'
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment