aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/src/test/resources/2dArray.json
diff options
context:
space:
mode:
Diffstat (limited to 'sli/common/src/test/resources/2dArray.json')
-rw-r--r--sli/common/src/test/resources/2dArray.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/sli/common/src/test/resources/2dArray.json b/sli/common/src/test/resources/2dArray.json
new file mode 100644
index 00000000..2a94b46f
--- /dev/null
+++ b/sli/common/src/test/resources/2dArray.json
@@ -0,0 +1,4 @@
+[
+ ["apple", "orange", "banana", null],
+ ["squash", "broccoli", "cauliflower"]
+] \ No newline at end of file