1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-31 19:27:09 +02:00
nushell/crates/nu-command/tests/format_conversions
Ian Manske 4e0a65c822
Strict JSON parsing ()
# Description
Adds the `--strict` flag for `from json` which will try to parse text
while following the exact JSON specification (e.g., no comments or
trailing commas allowed). Fixes issue .
2024-01-30 08:10:19 -06:00
..
csv.rs bump rust-toolchain to 1.72.1 () 2023-11-16 15:14:45 -06:00
html.rs Remove cd w/ abbreviations () 2023-10-03 10:51:46 +13:00
json.rs Strict JSON parsing () 2024-01-30 08:10:19 -06:00
markdown.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
mod.rs Remove dead BSON related tests () 2023-09-21 20:01:49 +02:00
nuon.rs Disallow duplicated columns in table literals () 2023-11-01 21:25:35 +01:00
ods.rs Add long options for formats () 2023-10-08 19:07:09 +02:00
ssv.rs refactor: change column names from 'Column*' to 'column*' () 2022-02-19 19:26:47 -05:00
toml.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
tsv.rs bump rust-toolchain to 1.72.1 () 2023-11-16 15:14:45 -06:00
url.rs Rename to url command to url build-query () 2023-01-15 10:16:29 -08:00
xlsx.rs Add long options for formats () 2023-10-08 19:07:09 +02:00
xml.rs Add self-closed tag support for to xml () 2024-01-19 05:35:29 -06:00
yaml.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00