aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/test_anynode_class.json
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2018-06-20 14:05:07 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-20 14:05:07 +0000
commitb4d5236a7164b166d49cf8c0a5c15bb848e04cd6 (patch)
tree203c0102b9ba924eb6753e3029b89914d7011ebc /src/test/resources/test_anynode_class.json
parentb462c0c78d197322aacaacfe0a1efefa5d63bcbb (diff)
parente0194fbb1f8291ca0c23cc68840097b8d33670e5 (diff)
Merge "Refactor DmaapPropertyReader"
Diffstat (limited to 'src/test/resources/test_anynode_class.json')
-rw-r--r--src/test/resources/test_anynode_class.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/resources/test_anynode_class.json b/src/test/resources/test_anynode_class.json
new file mode 100644
index 00000000..0d349451
--- /dev/null
+++ b/src/test/resources/test_anynode_class.json
@@ -0,0 +1,9 @@
+{
+ "channels": [{
+ "one": "number1", "two": "number2", "three": "number3"}],
+ "sampleStrList": ["1", "2", "3", "4", "5"],
+ "sampleNestedObject": {"a": 1, "b": 2},
+ "sampleInt": 1,
+ "sampleString": "str",
+ "sampleNull": null
+}