First pass at updating all documentation formatting and cleaning up output of examples (#2031)

This commit is contained in:
Joseph T. Lyons
2020-06-23 14:21:47 -04:00
committed by GitHub
parent d095cb91e4
commit 053bd926ec
81 changed files with 1069 additions and 679 deletions

View File

@ -1,15 +1,14 @@
# from json
Parse text as `.json` and create table. Use this when nushell cannot dertermine the input file extension.
Parse text as `.json` and create table. Use this when nushell cannot determine the input file extension.
Syntax: `from json {flags}`
### Flags:
## Flags
--objects
treat each line as a separate value
## Examples
```shell