nushell/docs/commands/to_nuon.md

19 lines
259 B
Markdown
Raw Normal View History

---
title: to nuon
layout: command
version: 0.59.0
---
Converts table data into Nuon (Nushell Object Notation) text.
## Signature
```> to nuon ```
## Examples
Outputs a nuon string representing the contents of this table
```shell
> [1 2 3] | to nuon
```