nushell/docs/commands/to_nuon.md

259 B

title layout version
to nuon command 0.59.1

Converts table data into Nuon (Nushell Object Notation) text.

Signature

> to nuon

Examples

Outputs a nuon string representing the contents of this table

> [1 2 3] | to nuon