Skip to content

Instantly share code, notes, and snippets.

@mosluce
Last active February 12, 2016 02:59
Show Gist options
  • Select an option

  • Save mosluce/ce3823b31599b6ed7c90 to your computer and use it in GitHub Desktop.

Select an option

Save mosluce/ce3823b31599b6ed7c90 to your computer and use it in GitHub Desktop.
{
sNum: String,
logs: [{
date: Date
}],
count: Number
}
//data list example
[{
sNum: 'a1',
logs: [{
date: 'xxxx-xx-xx xx:xx:xx'
}, {
date: 'xxxx-xx-xx xx:xx:xx'
}, {
date: 'xxxx-xx-xx xx:xx:xx'
}, {
date: 'xxxx-xx-xx xx:xx:xx'
}],
count: 3
}, {
sNum: 'a2',
logs: [{
date: 'xxxx-xx-xx xx:xx:xx'
}, {
date: 'xxxx-xx-xx xx:xx:xx'
}, {
date: 'xxxx-xx-xx xx:xx:xx'
}, {
date: 'xxxx-xx-xx xx:xx:xx'
}],
count: 4
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment