react-json-view
react-json-view copied to clipboard
feature: add quotesOnValues option
added quotesOnValues to remove quotes from the value
before:
{ name: "Jane" }
after: (with setting quotesOnValues to false)
{ name: Jane }
This will be great!!!
Is there any reason this pull request didn't merge already?