issue-15 #21

Merged
sebastian merged 60 commits from issue-15 into main 2024-03-22 07:46:49 +00:00
Showing only changes of commit 4bb37a5a18 - Show all commits

View File

@ -65,7 +65,7 @@ export class GamesystemSerializer {
'childsystems': innerGamesystemJsonArray
}
const storedProductsystem = new StoreComponent(JSON.stringify(jsonString), fileName, ModelComponentType.GAMESYTEM)
const storedProductsystem = new StoreComponent(JSON.stringify(jsonString, null, SerializeConstants.JSON_INDENT), fileName, ModelComponentType.GAMESYTEM)
storedGamesystems.push(storedProductsystem)
return storedGamesystems;