Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matigramirez committed Nov 3, 2023
2 parents 3125407 + 6ac1a3d commit 3dc0eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parsec/Shaiya/Core/FileBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public virtual string JsonSerialize(FileBase obj, params string[] ignoredPropert
{
ContractResolver = new CamelCasePropertyNamesContractResolver(),
DefaultValueHandling = DefaultValueHandling.Include,
StringEscapeHandling = StringEscapeHandling.EscapeNonAscii,
StringEscapeHandling = StringEscapeHandling.EscapeHtml,
Formatting = Formatting.Indented
};

Expand Down

0 comments on commit 3dc0eb5

Please sign in to comment.