Created
December 10, 2018 09:58
-
-
Save matjahs/7312e5dc36a8eeb71656d5605b0d9615 to your computer and use it in GitHub Desktop.
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
{ | |
"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