json2yaml
json2yaml copied to clipboard
Escape double quote in string
"abc\"def\""
is converted to "abc"def""
, but 'abc"def"'
is correct.