Rewrite asset json function to nlohmann::json

This commit is contained in:
Ylva Selling
2023-04-26 17:30:51 -04:00
parent 9a1e6b8002
commit d6ddd86a35
3 changed files with 25 additions and 72 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace openspace {
class SceneLicenseWriter {
public:
SceneLicenseWriter();
std::string generateJson() const;
nlohmann::json generateJsonList() const;
nlohmann::json generateJsonGroupedByLicense() const;
};