nushell/crates/nu-command/tests
Ian Manske 4e0a65c822
Strict JSON parsing (#11592)
# 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 #11548.
2024-01-30 08:10:19 -06:00
..
commands Highlights find upgrade (#11509) 2024-01-30 08:06:20 -06:00
format_conversions Strict JSON parsing (#11592) 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. (#11285) 2023-12-15 14:32:37 +08:00