Skip to content

Instantly share code, notes, and snippets.

@matjahs
Created December 10, 2018 09:58
Show Gist options
  • Save matjahs/7312e5dc36a8eeb71656d5605b0d9615 to your computer and use it in GitHub Desktop.
Save matjahs/7312e5dc36a8eeb71656d5605b0d9615 to your computer and use it in GitHub Desktop.
{
"doses": [
{
timetime: "13:32",
date: "2018-03-01",
amount: "3",
unit: "mg",
substance: "bla"
},
{
time: "13:32",
date: "2018-10-01",
amount: "3",
unit: "mg",
substance: "bla2"
},
{
time: "13:32",
date: "2018-03-01",
amount: "3",
unit: "ml",
substance: "bla3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment