to nuon
for experimental
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
[1, 2, 3]
to nuon
for experimental> to nuon
Outputs a nuon string representing the contents of this list
> [1 2 3] | to nuon
[1, 2, 3]