mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 01:33:47 +02:00
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
This commit is contained in:
@ -18,11 +18,10 @@ Convert from json to structured data
|
||||
|
||||
Converts json formatted string to table
|
||||
```shell
|
||||
> '{ a:1 }' | from json
|
||||
> '{ "a": 1 }' | from json
|
||||
```
|
||||
|
||||
Converts json formatted string to table
|
||||
```shell
|
||||
> '{ a:1, b: [1, 2] }' | from json
|
||||
> '{ "a": 1, "b": [1, 2] }' | from json
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user