This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update json data 2020-04-17T12:18:18Z (#251)
Co-authored-by: GitHub Action <action@github.com>
- Loading branch information
1 parent
ca37f04
commit 1f90072
Showing
11 changed files
with
428 additions
and
48 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"last_update": "2020-04-16T22:03:00+09:00" | ||
"last_update": "2020-04-17T21:02:00+09:00" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"attr": "検査実施人数", | ||
"value": 4851, | ||
"value": 5060, | ||
"children": [ | ||
{ | ||
"attr": "陽性患者数", | ||
"value": 423, | ||
"value": 454, | ||
"children": [ | ||
{ | ||
"attr": "入院中", | ||
"value": 300, | ||
"value": 320, | ||
"children": [ | ||
{ | ||
"attr": "軽症・中等症", | ||
"value": 275 | ||
"value": 294 | ||
}, | ||
{ | ||
"attr": "重症", | ||
"value": 25 | ||
"value": 26 | ||
} | ||
] | ||
}, | ||
{ | ||
"attr": "死亡", | ||
"value": 15 | ||
"value": 16 | ||
}, | ||
{ | ||
"attr": "退院", | ||
"value": 108 | ||
"value": 118 | ||
} | ||
] | ||
} | ||
], | ||
"last_update": "2020-04-16T00:00:00+09:00" | ||
"last_update": "2020-04-17T00:00:00+09:00" | ||
} |
Oops, something went wrong.