Last active
September 21, 2023 04:10
-
-
Save RGBKnights/e8f02ba308e7b116fe3dbd8eef02e04d to your computer and use it in GitHub Desktop.
MockTimeline
This file contains hidden or 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
[ | |
{ | |
"id":1, | |
"content":"item 1", | |
"start":"2023-04-20" | |
}, | |
{ | |
"id":2, | |
"content":"item 2", | |
"start":"2023-04-14" | |
}, | |
{ | |
"id":3, | |
"content":"item 3", | |
"start":"2023-04-18" | |
}, | |
{ | |
"id":4, | |
"content":"item 4", | |
"start":"2023-04-16", | |
"end":"2023-04-19" | |
}, | |
{ | |
"id":5, | |
"content":"item 5", | |
"start":"2023-04-25" | |
}, | |
{ | |
"id":6, | |
"content":"item 6", | |
"start":"2023-04-27" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment