phasar
phasar copied to clipboard
Refactor getAsJson()
In the process to make nlohmann::json and implementation detail (and not having any nlohmann type in our public APIs), we:
- Deprecate all
getAsJson()functions - Add
printAsJson()functions that should be used instead.