Added the templates.
This commit is contained in:
commit
b40c29cced
17 changed files with 946 additions and 0 deletions
1
data/animal.json
Normal file
1
data/animal.json
Normal file
|
@ -0,0 +1 @@
|
|||
[{"animal":"Cat","count":5},{"animal":"Dog","count":1},{"animal":"Turtle","count":12}]
|
1
data/color.json
Normal file
1
data/color.json
Normal file
|
@ -0,0 +1 @@
|
|||
[{"color":"Red","count":10},{"color":"Green","count":9},{"color":"Blue","count":7}]
|
1
data/fruit.json
Normal file
1
data/fruit.json
Normal 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}]
|
Loading…
Add table
Add a link
Reference in a new issue