Skip to content

Instantly share code, notes, and snippets.

@RGBKnights
Last active September 21, 2023 04:10
Show Gist options
  • Save RGBKnights/e8f02ba308e7b116fe3dbd8eef02e04d to your computer and use it in GitHub Desktop.
Save RGBKnights/e8f02ba308e7b116fe3dbd8eef02e04d to your computer and use it in GitHub Desktop.
MockTimeline
[
{
"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