Install using
sudo apt install nlohmann-json-dev
You find it in this repo. Note that matplotlib-cpp must be compiled in order for the plotting to work.
You find it here!
from the /cpp folder do:
mkdir build && cd build
cmake ..
make
from the cpp/build folder do:
./app
and watch magic things happen!