to nuon
Converts table data into Nuon (Nushell Object Notation) text.
Signature
> to nuon
Examples
Outputs a nuon string representing the contents of this list
> [1 2 3] | to nuon
to nuon
> to nuon
Outputs a nuon string representing the contents of this list
> [1 2 3] | to nuon