`<JSONPrettyView json={{"key": 'My "value" has double quotes in it'}} />` results in ``` { "key": "My "value" has double quotes in it" } ``` <img width="827" alt="screen shot 2018-07-04 at 8 33 22 am" src="https://user-images.githubusercontent.com/5412533/42277327-fdcfdc32-7f64-11e8-9727-4f825bc18c1e.png"> which is no longer valid JSON. It seems to me that the replace logic here is perhaps too aggressive https://github.com/chenckang/react-json-pretty/blob/master/src/JSONPretty.js#L47