mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
259 B
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