yaml
yaml copied to clipboard
decimal values are parsed into scientific notation
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])