parson icon indicating copy to clipboard operation
parson copied to clipboard

Add compatibility for scientific notation

Open s0541822 opened this issue 2 years ago • 0 comments

Currently, is_decimal() only checks for a dot as a numeric annotation. Other libraries such as boost::json use scientific annotation instead (e.g. 0e5, 0E5). This patch is supposed to add support for the scientific annotation.

s0541822 avatar Oct 07 '22 07:10 s0541822