Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 745 Bytes

File metadata and controls

21 lines (17 loc) · 745 Bytes

JSon Print

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!

Why

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.

Requirements

  • C++-Compiler (with at least C++-20-Support)
  • GNU Make

How to build

  • make (create normal debug build)
  • make clean (cleanup targetdir)
  • make release (create release build, speed optimized)