forked from extern/nushell
Fix and Allow Number and Boolean type to be key in Yaml . For example : `"200 : " | from yaml` not allowed because of Number key type. PR allow , we can use Boolean and Number for key. For example : `"true : false" | from yaml` `"5050 : it is number" | from yaml` Fixes #7222 . |
||
---|---|---|
.. | ||
command.rs | ||
csv.rs | ||
delimited.rs | ||
eml.rs | ||
ics.rs | ||
ini.rs | ||
json.rs | ||
mod.rs | ||
nuon.rs | ||
ods.rs | ||
ssv.rs | ||
toml.rs | ||
tsv.rs | ||
url.rs | ||
vcf.rs | ||
xlsx.rs | ||
xml.rs | ||
yaml.rs |