secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
919 stars 140 forks source link

Refactor getAsJson() #725

Open fabianbs96 opened 1 month ago

fabianbs96 commented 1 month ago

In the process to make nlohmann::json and implementation detail (and not having any nlohmann type in our public APIs), we:

  1. Deprecate all getAsJson() functions
  2. Add printAsJson() functions that should be used instead.