Skip to content

Instantly share code, notes, and snippets.

@maki-t2nd
Created December 5, 2018 06:50
Show Gist options
  • Save maki-t2nd/2da3265221d65b800aa189c4c1b3ec5c to your computer and use it in GitHub Desktop.
Save maki-t2nd/2da3265221d65b800aa189c4c1b3ec5c to your computer and use it in GitHub Desktop.
what gule
[
{
"title": "title1",
"days": [
]
},
{
"title": "title2",
"days": [
"2018-12-06",
"2018-12-27"
]
},
{
"title": "title3",
"days": [,
"2018-12-12"
]
},
{
"title": "title4",
"days": [
]
},
{
"title": "title5",
"days": [
"2018-12-12"
]
},
<!-- BEGIN_MODULE Entry_Summary id="json-entry" -->[<!-- BEGIN entry:loop -->
{
"title": "{title}",
"days": [<!-- BEGIN days:loop --><!-- BEGIN_IF [{date}/nem] --><!-- BEGIN glue -->,<!-- END glue -->
"{date}"<!-- END_IF --><!-- END days:loop -->
]
}<!-- BEGIN glue -->,<!-- END glue --><!-- END entry:loop -->
]<!-- END_MODULE Entry_Summary -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment