Created
December 5, 2018 06:50
-
-
Save maki-t2nd/2da3265221d65b800aa189c4c1b3ec5c to your computer and use it in GitHub Desktop.
what gule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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" | |
] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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