Add to_json and from_json script functions

This commit is contained in:
GenevensiS
2025-08-07 18:45:12 +02:00
committed by GitHub
parent 12eb39b5e2
commit dc348b4812
18 changed files with 748 additions and 142 deletions
+6
View File
@@ -16,6 +16,12 @@
using boost::tribool;
// ----------------------------------------------------------------------------- : Writer
Writer::Writer(OutputStream& output)
: indentation(0)
, output(output)
, stream(output, wxEOL_UNIX, wxMBConvUTF8())
{}
Writer::Writer(OutputStream& output, Version file_app_version)
: indentation(0)