binary json format introduced + specification

This commit is contained in:
MihailRis
2024-01-16 19:05:27 +03:00
parent faa581a928
commit 3837cdcf95
13 changed files with 649 additions and 326 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ void ContentLoader::fixPackIndices() {
if (modified){
// rewrite modified json
std::cout << indexFile << std::endl;
files::write_string(indexFile, json::stringify(root.get(), true, " "));
files::write_json(indexFile, root.get());
}
}