This fixes a meson warning that `common/include` was specified multiple times (in `core/include/meson.build` and `core/tests/meson.build`).
The name json.hpp conflicts with the JSON for Modern C++ library that is also used by Developer. Renames json.hpp and json.cpp to jsonpp.hpp and jsonpp.cpp aka "JSON Pretty Printer".