mirror of
https://github.com/nushell/nushell.git
synced 2025-06-06 10:06:49 +02:00
The nu-serde crate allows us to become much more generic with respect to how we convert output to `nu-protocol::Value`s. This allows us to remove a lot of the special-case code that we wrote for deserializing JSON values. Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>