mac-s-g / react-json-view

JSON viewer for react
https://mac-s-g.github.io/react-json-view/demo/dist/
MIT License
3.42k stars 531 forks source link

bug #407

Open geyuzhuo opened 2 years ago

geyuzhuo commented 2 years ago

When the value: value has an escape character, there is a copy button on the component you write. Click Copy and paste the value, and the escape character inside will become the corresponding symbol. That is, we don't want the escape character inside to be escaped into the corresponding symbol, and 100% return to the corresponding value. We hope to fix this bug