https://github.com/jakewarren/jsome
cli tool for colorizing JSON
https://github.com/jakewarren/jsome
colorizer golang json syntax-highlighting
Last synced: 5 months ago
JSON representation
cli tool for colorizing JSON
- Host: GitHub
- URL: https://github.com/jakewarren/jsome
- Owner: jakewarren
- License: mit
- Created: 2018-05-01T15:25:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T13:44:00.000Z (over 3 years ago)
- Last Synced: 2025-10-10T15:24:47.342Z (9 months ago)
- Topics: colorizer, golang, json, syntax-highlighting
- Language: Go
- Size: 857 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# jsome
[](https://github.com/jakewarren/jsome/actions)
[](https://github.com/jakewarren/jsome/releases])
[](https://github.com/jakewarren/jsome/blob/master/LICENSE)
[](https://goreportcard.com/report/github.com/jakewarren/jsome)
[](http://makeapullrequest.com)
> cli utility for colorizing your JSON
## Install
### Option 1: Binary
Download the latest release from [https://github.com/jakewarren/jsome/releases/latest](https://github.com/jakewarren/jsome/releases/latest)
### Option 2: From source
```
go get github.com/jakewarren/jsome
```
## Screenshot

## Usage
```
Usage: jsome [] [FILE]
Example:
jsome file.json
cat file.json | jsome
Optional flags:
-h, --help display help
```
## Acknowledgements
[Javascipt/Jsome](https://github.com/Javascipt/Jsome) - for inspiration of the tool, and for the name I shamelessly copied
[nwidger/jsoncolor](https://github.com/nwidger/jsoncolor) - awesome library that powers this tool
## Changes
All notable changes to this project will be documented in the [changelog].
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## License
MIT © 2018 Jake Warren
[changelog]: https://github.com/jakewarren/jsome/blob/master/CHANGELOG.md