A terminal utility to pretty print JSON
Find a file
2021-07-29 00:05:22 +03:00
bin First kennson version 2021-07-28 23:55:17 +03:00
.gitignore First kennson version 2021-07-28 23:55:17 +03:00
analysis_options.yaml First kennson version 2021-07-28 23:55:17 +03:00
CHANGELOG.md First kennson version 2021-07-28 23:55:17 +03:00
pubspec.lock First kennson version 2021-07-28 23:55:17 +03:00
pubspec.yaml First kennson version 2021-07-28 23:55:17 +03:00
README.md Added screenshot and build instructions 2021-07-29 00:05:22 +03:00
screenshot.png Added screenshot and build instructions 2021-07-29 00:05:22 +03:00

kennson

A terminal utility to pretty print JSON.

Screenshot showing kennson pretty printing a JSON file

Build instructions

Make sure you have Dart installed, then run the following:

dart compile exe bin/kennson.dart

The compiled executable will be inside the bin folder, named kennson.exe (regardless of platform).