summaryrefslogtreecommitdiffstats
path: root/restapi-call-node/provider/src/test/resources/3dArray.json
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-12-19 15:19:53 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-12-20 10:29:54 -0500
commita220181cb93b27fdd02fc5a9252f22113b59cad2 (patch)
tree960753d9fb9405b775c7c7d36f285c77d9acb37d /restapi-call-node/provider/src/test/resources/3dArray.json
parentc185a9bf56303dc4ad9feb4ba5b6227a038f4153 (diff)
MultiDimension JSON Array Parser
Adding Code to support MutiDimensional json parsing logic Change-Id: I487f25c9c7eaeb466ac6903bea80175fa4c50728 Issue-ID: CCSDK-2008 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'restapi-call-node/provider/src/test/resources/3dArray.json')
-rw-r--r--restapi-call-node/provider/src/test/resources/3dArray.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/restapi-call-node/provider/src/test/resources/3dArray.json b/restapi-call-node/provider/src/test/resources/3dArray.json
index 14995559..3f3f4fab 100644
--- a/restapi-call-node/provider/src/test/resources/3dArray.json
+++ b/restapi-call-node/provider/src/test/resources/3dArray.json
@@ -1,4 +1,5 @@
[
- [["a","b","c"], ["d","e","f"]],
- [["x","y","z"]]
+ [["x","y","z"]],
+ [["abc","def","xyz"], [123, 456, 789]],
+ [["a","b","c"], ["d","e","f"], ["1","2","3"]]
] \ No newline at end of file