aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-06 13:42:44 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-06 13:42:44 +0100
commit542fe6edb8ff35907f06b20182bb8692c357f29b (patch)
tree4c1d80d7908fc8ddaa41964723fb9981e975d50d /data
init
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
+}