diff options
Diffstat (limited to 'data/c')
-rw-r--r-- | data/c/1.json | 5 | ||||
-rw-r--r-- | data/c/2.json | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/data/c/1.json b/data/c/1.json new file mode 100644 index 0000000..d53f3b4 --- /dev/null +++ b/data/c/1.json @@ -0,0 +1,5 @@ +{ + "id": 1, + "foo": "bar", + "j_id": 1 +} diff --git a/data/c/2.json b/data/c/2.json new file mode 100644 index 0000000..c193631 --- /dev/null +++ b/data/c/2.json @@ -0,0 +1,4 @@ +{ + "id": 2, + "j_id": 3 +} |