We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63656d9 commit eace2f0Copy full SHA for eace2f0
1 file changed
src/UniGetUI.Core.Tools/SerializationHelpers.cs
@@ -1,4 +1,5 @@
1
using System.Globalization;
2
+using System.Text.Encodings.Web;
3
using System.Text.Json;
4
using System.Text.Json.Nodes;
5
using System.Text.Json.Serialization.Metadata;
@@ -83,7 +84,7 @@ private static string xml_to_json(string XML)
83
84
{
85
TypeInfoResolver = new DefaultJsonTypeInfoResolver(),
86
AllowTrailingCommas = true,
- WriteIndented = false,
87
+ WriteIndented = true,
88
};
89
}
90
0 commit comments