From 02a6c03c8243fe1c9fb1fcd639885093f3821067 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Mon, 20 Apr 2020 09:25:51 -0400 Subject: [PATCH] Add files via upload --- covid19-current.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 covid19-current.json diff --git a/covid19-current.json b/covid19-current.json new file mode 100644 index 0000000..3d6a44b --- /dev/null +++ b/covid19-current.json @@ -0,0 +1,12 @@ +[ + {"name":"Andy Hunt", + "title":"Big Boss", + "age": 68, + "bonus": true + }, + {"name":"Charles Mack", + "title":"Jr Dev", + "age":24, + "bonus": false + } +] \ No newline at end of file