yaml icon indicating copy to clipboard operation
yaml copied to clipboard

decimal values are parsed into scientific notation

Open vxe opened this issue 7 years ago • 0 comments

how to prevent this, outside of converting all values to strings prior to parsing?

app.core> (yaml.core/parse-string "sofware_version:   20180510.001"
                                                                    
                                                )
#ordered/map ([:sofware_version 2.0180510001E7])

vxe avatar Jul 11 '18 04:07 vxe