edgexfoundry / device-sdk-c

Owner: Device WG
Apache License 2.0
42 stars 42 forks source link

fix:If the put request's json payload is string type, The slash of a string cannot be removed using json_serialize_to_string. #505

Closed ych988 closed 10 months ago

ych988 commented 10 months ago

fix:If the put request's json payload is string type, The slash of a string cannot be removed using json_serialize_to_string. example: {"command": "open"} → {\"command\": \"open\"} → \open\

ych988 commented 10 months ago

Issue #492

FelixTing commented 10 months ago

@ych988 Please add "fix: " at the beginning of the commit message to pass Semantic PR checks.

In addition, EdgeXFoundry currently requires signed commit. For instructions on setting up a GPG key for signing commits, see https://wiki.edgexfoundry.org/display/FA/Secrets+of+GitHub+Signing%2C+Keys+and+Commits+Setup.

ych988 commented 10 months ago

OK