OCResourceRespnse: JSON value should be wrapped in double quotes
authorWu Jiangbo <jiangbox.wu@intel.com>
Wed, 3 Sep 2014 11:08:23 +0000 (19:08 +0800)
committerWu Jiangbo <jiangbox.wu@intel.com>
Thu, 4 Sep 2014 02:32:33 +0000 (10:32 +0800)
commitb92240883119539d9dea751dcbed7e62163d4854
treebd691e738b54ca16b4645aa883f9a9e2d5e00705
parentc44f53399647d6089d8a2422ba29b534f3f9d0f8
OCResourceRespnse: JSON value should be wrapped in double quotes

C++ stack packages the JSON payload and send it as payload within CoAP.
And the JSON format said, "A string is a sequence of zero or more
Unicode characters, wrapped in double quotes, using backslash escapes."

Change-Id: I9641df115945dead2dcd41a08576047dcdd01d98
include/OCResourceResponse.h