Add JSON to sample files

pull/25/head
Wilfred Hughes 2021-07-05 13:13:47 +07:00
parent 593ac16de4
commit 638cf1245a
2 changed files with 9 additions and 0 deletions

@ -0,0 +1,5 @@
{
"foo": [2, 3, 4, 5],
"zab": "testing",
"woo": ["foobar"]
}

@ -0,0 +1,4 @@
{
"foo": [1, 2, 3, 4],
"bar": "testing"
}