diff options
author | Enbo Wang <wangenbo@huawei.com> | 2020-02-21 14:57:01 +0800 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-02-21 20:21:32 +0000 |
commit | 3a325d8192addf27423494d8ed8b621dedcf7888 (patch) | |
tree | 46cae681522bff113a5bb8716b57c60c7f8ccedc /sliPluginUtils/provider/src/test/resources | |
parent | dd60cf1b40744590285eec61aa1170ea14c1b9fb (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')
-rw-r--r-- | sliPluginUtils/provider/src/test/resources/JsonObject.json | 5 |
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 000000000..0578368f8 --- /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 |