Fix compilation with nlohman_json 3.10.5
It seems the latest nlohman::json
and be printed with something like fmt::print("{}", json_object)
, which clashes with the custom formatting we added to MessageSvcSink.cpp
.
This MR wraps nlohman::json
before passing it to fmtlib
to disambiguate.
Closes #220 (closed)