mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
f3fe4a9362
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
743 B
743 B
gron
Transform
JSONinto individual assignments for easier management. More information: https://manned.org/gron.
- Process
JSONfile into individual assignments:
gron {{path/to/file|url}}
- Don't sort output data:
gron --no-sort {{path/to/file|url}}
- Disable certificate validation:
gron {{[-k|--insecure]}} {{url}}
- Display values of
gronassignments:
gron {{[-v|--values]}} {{path/to/file|url}}
- Turn assignments converted with
gronback intoJSON:
gron {{[-u|--ungron]}} {{path/to/file|url}}
- Process individual lines of input as separate
JSONobjects:
gron {{[-s|--stream]}} {{path/to/file|url}}
- Represent processed data as a
JSONstream:
gron {{[-j|--json]}} {{path/to/file|url}}