Added the templates.

This commit is contained in:
Batuhan Berk Başoğlu 2021-03-10 14:01:44 -05:00
commit b40c29cced
17 changed files with 946 additions and 0 deletions

1
data/animal.json Normal file
View file

@ -0,0 +1 @@
[{"animal":"Cat","count":5},{"animal":"Dog","count":1},{"animal":"Turtle","count":12}]

1
data/color.json Normal file
View file

@ -0,0 +1 @@
[{"color":"Red","count":10},{"color":"Green","count":9},{"color":"Blue","count":7}]

1
data/fruit.json Normal file
View file

@ -0,0 +1 @@
[{"fruit":"apple","count":1},{"fruit":"pear","count":2},{"fruit":"papaya","count":1},{"fruit":"strawberry","count":2},{"fruit":"peach","count":2},{"fruit":"kiwi","count":1}]