summaryrefslogtreecommitdiffstats
path: root/lib/doorman/src/test/resources/test1.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-04-10 12:39:06 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-10 12:39:06 +0000
commit62edf48439a0a6b59619c03280b96c1226ad77f0 (patch)
tree5375d77ba4cc3178f80ef3a7fefa50bad55b22b7 /lib/doorman/src/test/resources/test1.json
parent4b87cf4d3c50dacb356c8e53a80bbabcba14b621 (diff)
parent1c1791c5498dad7b7fd6b1591e0c5844d4c6c601 (diff)
Merge "Add new modules: Resource Lock and Doorman"
Diffstat (limited to 'lib/doorman/src/test/resources/test1.json')
-rw-r--r--lib/doorman/src/test/resources/test1.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/doorman/src/test/resources/test1.json b/lib/doorman/src/test/resources/test1.json
new file mode 100644
index 000000000..820675c7e
--- /dev/null
+++ b/lib/doorman/src/test/resources/test1.json
@@ -0,0 +1,36 @@
+{
+ "struct": {
+ "simple-list": [
+ "val1",
+ "val2",
+ null,
+ false,
+ true,
+ 123,
+ 0.123,
+ 1.2334e-5
+ ],
+ "list": [
+ {
+ "name1": "val1",
+ "name2": "val2"
+ },
+ {
+ "name1": "val1",
+ "name2": "val2"
+ },
+ {
+ "integer": 34,
+ "fraction": 0.2145,
+ "exponent": 6.61789e+0,
+ "boolean": true
+ },
+ [ "val1", "val2", "blah \"string\" \t\t\t\n" ] ]
+ },
+ "types": {
+ "integer": 34,
+ "fraction": 0.2145,
+ "exponent": 6.61789e+0,
+ "boolean": true
+ }
+}