react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

feature: add quotesOnValues option

Open galr52 opened this issue 3 years ago • 2 comments

added quotesOnValues to remove quotes from the value

before:

{ name: "Jane" }

after: (with setting quotesOnValues to false)

{ name: Jane }

galr52 avatar Apr 18 '21 09:04 galr52

This will be great!!!

shadyenso avatar May 19 '21 14:05 shadyenso

Is there any reason this pull request didn't merge already?

naglienso avatar Jun 09 '21 08:06 naglienso