summaryrefslogtreecommitdiffstats
path: root/plugins/restapi-call-node/provider/src/test/resources/3dArray.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/restapi-call-node/provider/src/test/resources/3dArray.json')
-rw-r--r--plugins/restapi-call-node/provider/src/test/resources/3dArray.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/restapi-call-node/provider/src/test/resources/3dArray.json b/plugins/restapi-call-node/provider/src/test/resources/3dArray.json
new file mode 100644
index 000000000..3f3f4fab8
--- /dev/null
+++ b/plugins/restapi-call-node/provider/src/test/resources/3dArray.json
@@ -0,0 +1,5 @@
+[
+ [["x","y","z"]],
+ [["abc","def","xyz"], [123, 456, 789]],
+ [["a","b","c"], ["d","e","f"], ["1","2","3"]]
+] \ No newline at end of file