Some keys are wrapped in single-quotes others are not wrapped.
-
What version of RJEA are you using (react-json-editor-ajrm version)? *REQUIRED 2.5.9
-
What operating system and processor architecture are you using? *REQUIRED macOS 10.15.15
-
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:
-
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?
-
What did you see instead? *REQUIRED Some of the keys are wrapped in quotes while others are not.