We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc7e91 commit 449fef8Copy full SHA for 449fef8
docs/standard/serialization/system-text-json/snippets/how-to/csharp/RoundtripToUtf8.cs
@@ -22,7 +22,7 @@ public static void Main()
22
};
23
24
// <Serialize>
25
- byte[] jsonUtf8Bytes =JsonSerializer.SerializeToUtf8Bytes(weatherForecast);
+ byte[] jsonUtf8Bytes = JsonSerializer.SerializeToUtf8Bytes(weatherForecast);
26
// </Serialize>
27
28
Console.WriteLine(Encoding.UTF8.GetString(jsonUtf8Bytes));
0 commit comments