2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-03-05 15:58:17 +00:00
nushell/crates/nu-command/tests
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
..
commands Highlights find upgrade () 2024-01-30 08:06:20 -06:00
format_conversions Strict JSON parsing () 2024-01-30 08:10:19 -06:00
main.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. () 2023-12-15 14:32:37 +08:00