diogo-strube 


  • JWT++ is a header only library for creating and validating JSON Web Tokens in C++11. This library supports all the algorithms defined by the JWT specifications, and the modular design allows to easily add... More information
  • CLI11 provides all the features you expect in a powerful command line parser, with a beautiful, minimal syntax and no dependencies beyond C++11. It is header only, and comes in a single file form for easy... More information
  • PicoJSON is a tiny JSON parser / serializer for C++ with following properties: 1) header-file only; 2) no external dependencies (only uses standard C++ libraries); 3) STL-frendly (arrays are represented by... More information