forked from extern/nushell
19 lines
259 B
Markdown
19 lines
259 B
Markdown
|
---
|
||
|
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
|
||
|
```
|