Parse and print out given json in different styles and themes.
An easy, almost naive and simple implementation. But i like
easy to understand implementations very much!
I want/need a small app that shows JSON in different styles and
themes in terminal, selected by arguments. And its a small app
to test quick new C++-things and new approaches came in with
newer C++-versions. So its a project to exercise things in C++
too. And i tried to minimize codesize and maximize simplicity.
- C++-Compiler (with at least C++-20-Support)
- GNU Make
- make (create normal debug build)
- make clean (cleanup targetdir)
- make release (create release build, speed optimized)