BUG-1766: escape outbound strings 47/10947/2
authorRobert Varga <rovarga@cisco.com>
Tue, 9 Sep 2014 14:31:43 +0000 (16:31 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 9 Sep 2014 14:49:16 +0000 (16:49 +0200)
commit62b55022d8916717c41489ff49ba7a80bcc66842
tree364c59a808c9745630471273e7695559840c508f
parentfc117c17e5b3428d69c5eb80e16ff72e31dbd085
BUG-1766: escape outbound strings

For non-numeric strings we need to make sure there are no stray
backslashes or double quotes are not left unescaped.

Change-Id: Ib2935ad7c4f483d4c592b3f8634d02c7383ba3aa
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONNormalizedNodeStreamWriter.java