pub fn from_nuon(input: &str, span: Option<Span>) -> Result<Value, ShellError>Expand description
convert a raw string representation of NUON data to an actual Nushell Value
Note
Spancan be passed tofrom_nuonif there is context available to the caller, e.g. when using this function in a command implementation such asfrom nuon.
also see super::to_nuon for the inverse operation