react-json-editor-ajrm
react-json-editor-ajrm copied to clipboard
E notation for number issue
- What version of RJEA are you using (react-json-editor-ajrm version)? *REQUIRED 2.5.13
- What operating system and processor architecture are you using? *REQUIRED MacOS
- What did you do? *REQUIRED Tried to use E notation for number: {test: 5.123E+7}. (tried also: 5.123E7 and 5.123E-7)
- What did you expect to see? *REQUIRED No errors
- 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