Terminal JSON viewer & processor
Terminal JSON viewer & processor
- Interactive JSON Viewer
Visualize and explore JSON data interactively in the terminal.
- Written in Go
Built using the Go programming language. Distributed as a single self-contained binary.
- JSON Streaming
Supports streaming of JSON data, including JSON per line or JSON separated by newlines.
- JavaScript Processing
Write expressions with familiar JavaScript syntax. No need to learn a DSL.
- Big Integer Support
Works with large integers without losing precision.
- JSON Comments Support
Works with JSON comments and tailing commas.
- Terminal Autocompletion
Autocompletion rigth in the terminal. Supports bash, zsh, or fish.
- Large String Preview
Wraps long strings, or preview large strings in separate viewer.
- YAML Support
Supports YAML, a human-readable data serialization format.