W3cubDocs

/Nushell

from nuon for formats

Convert from nuon to structured data.

Signature

> from nuon {flags}

Input/output types:

input output
string any

Examples

Converts nuon formatted string to table

>'{ a:1 }'|from nuon
╭───┬───╮
a1
╰───┴───╯

Converts nuon formatted string to table

>'{ a:1, b: [1, 2] }'|from nuon
╭───┬───────────╮
a1
╭───┬───╮
b01
12
╰───┴───╯
╰───┴───────────╯

Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/from_nuon.html