mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add JSON write
This commit is contained in:
@@ -5658,6 +5658,12 @@ namespace SabreTools.Library.DatFiles
|
||||
outfileNames.Add(DatFormat.DOSCenter, CreateOutfileNamesHelper(outDir, ".dc.dat", overwrite));
|
||||
}
|
||||
|
||||
// JSON
|
||||
if((DatFormat & DatFormat.Json) != 0)
|
||||
{
|
||||
outfileNames.Add(DatFormat.Json, CreateOutfileNamesHelper(outDir, ".json", overwrite));
|
||||
}
|
||||
|
||||
// Logiqx XML
|
||||
if ((DatFormat & DatFormat.Logiqx) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user