fuyu0425 / json

JSON for Modern C++
https://nlohmann.github.io/json/
0 stars 0 forks source link

JSON for Modern C++ Build Status codecov

Links

Hackmd/Report

Travis-ci

Codecov

lcov Report

Slide

Team Member

Develop Guide

git hooks

cp hooks/* .git/hooks

Compile and Run all test

How to compile a generic program

# Include "json.hpp" in your source code
# Use g++/clang++ at your own will
g++ main.cpp -std=c++11 -o main