from nuon
for formats> from nuon {flags}
input | output |
---|---|
string | any |
Converts nuon formatted string to table
>'{ a:1 }'|from nuon
╭───┬───╮
│a│1│
╰───┴───╯
Converts nuon formatted string to table
>'{ a:1, b: [1, 2] }'|from nuon
╭───┬───────────╮
│a│1│
││╭───┬───╮│
│b││0│1││
│││1│2││
││╰───┴───╯│
╰───┴───────────╯
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/from_nuon.html