Skip to content

connebrink/jsprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Print JSon pretty with different color themes!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors