react-json-editor-ajrm icon indicating copy to clipboard operation
react-json-editor-ajrm copied to clipboard

Some keys are wrapped in single-quotes others are not wrapped.

Open ariestav opened this issue 5 years ago • 0 comments

  1. What version of RJEA are you using (react-json-editor-ajrm version)? *REQUIRED 2.5.9

  2. What operating system and processor architecture are you using? *REQUIRED macOS 10.15.15

  3. What did you do? *REQUIRED I inject a valid JSON object into the editor area. I noticed that in some of the objects that I am displaying into the editor, some key names are wrapped with single quotes while others are not wrapped with anything. For example like the following:

Screen Shot 2020-07-14 at 11 22 55 AM
  1. What did you expect to see? *REQUIRED I expected to see either none of the keys wrapped in quotes, or all of the keys wrapped in quotes. Is there a setting that let's us decide how we want the keys to be rendered to the display?

  2. What did you see instead? *REQUIRED Some of the keys are wrapped in quotes while others are not.

ariestav avatar Jul 14 '20 16:07 ariestav