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

E notation for number issue

Open wwitekk opened this issue 4 years ago • 0 comments

  1. What version of RJEA are you using (react-json-editor-ajrm version)? *REQUIRED 2.5.13
  2. What operating system and processor architecture are you using? *REQUIRED MacOS
  3. What did you do? *REQUIRED Tried to use E notation for number: {test: 5.123E+7}. (tried also: 5.123E7 and 5.123E-7)
  4. What did you expect to see? *REQUIRED No errors
  5. What did you see instead? *REQUIRED Error: Strings must be wrapped by quotes at line 2

Is there any way not to fire uo this error when using E notation for numbers?

Regards

Witold

wwitekk avatar Jan 26 '21 08:01 wwitekk