A terminal utility to pretty print JSON
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# kennson
|
|
|
|
|
|
|
|
A terminal utility to pretty print JSON.
|
|
|
|
|
|
|
|
![Screenshot showing kennson pretty printing a JSON file](screenshot.png)
|
|
|
|
|
|
|
|
## Build instructions
|
|
|
|
|
|
|
|
Make sure you have [Dart](https://dart.dev/get-dart) installed, then run the following:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
dart compile exe bin/kennson.dart
|
|
|
|
```
|
|
|
|
|
|
|
|
The compiled executable will be inside the `bin` folder, named `kennson.exe` (regardless of platform).
|