summaryrefslogtreecommitdiff
path: root/testdata/demo1_data.json
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/demo1_data.json')
-rw-r--r--testdata/demo1_data.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/testdata/demo1_data.json b/testdata/demo1_data.json
new file mode 100644
index 00000000..0dfde25f
--- /dev/null
+++ b/testdata/demo1_data.json
@@ -0,0 +1,15 @@
+{
+ "item":
+ [
+ {
+ "a": 1,
+ "b": 2,
+ "expect": 3
+ },
+ {
+ "a": 3,
+ "b": 4,
+ "expect": 7
+ }
+ ]
+}