summaryrefslogtreecommitdiffstats
path: root/sliPluginUtils/provider/src/test/resources/JsonObject.json
diff options
context:
space:
mode:
authorEnbo Wang <wangenbo@huawei.com>2020-02-21 14:57:01 +0800
committerDan Timoney <dtimoney@att.com>2020-02-21 20:21:32 +0000
commit3a325d8192addf27423494d8ed8b621dedcf7888 (patch)
tree46cae681522bff113a5bb8716b57c60c7f8ccedc /sliPluginUtils/provider/src/test/resources/JsonObject.json
parentdd60cf1b40744590285eec61aa1170ea14c1b9fb (diff)
Support updating JSON object string for sliPluginUtils
Issue-ID: CCSDK-2111 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: Ide6bb06a05fcbb3b88e73cc0fbec6fd46bd29033
Diffstat (limited to 'sliPluginUtils/provider/src/test/resources/JsonObject.json')
-rw-r--r--sliPluginUtils/provider/src/test/resources/JsonObject.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/sliPluginUtils/provider/src/test/resources/JsonObject.json b/sliPluginUtils/provider/src/test/resources/JsonObject.json
new file mode 100644
index 00000000..0578368f
--- /dev/null
+++ b/sliPluginUtils/provider/src/test/resources/JsonObject.json
@@ -0,0 +1,5 @@
+{
+ "aaa": "123",
+ "bbb": "xyz",
+ "c.d": "abc"
+} \ No newline at end of file