aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/c/1.json5
-rw-r--r--data/c/2.json4
-rw-r--r--data/j/1.json4
-rw-r--r--data/j/2.json4
4 files changed, 17 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
+}
diff --git a/data/j/1.json b/data/j/1.json
new file mode 100644
index 0000000..f108d7c
--- /dev/null
+++ b/data/j/1.json
@@ -0,0 +1,4 @@
+{
+ "id": 1,
+ "is_j": true
+}
diff --git a/data/j/2.json b/data/j/2.json
new file mode 100644
index 0000000..cd76f93
--- /dev/null
+++ b/data/j/2.json
@@ -0,0 +1,4 @@
+{
+ "id": 2,
+ "is_j": true
+}