Skip to content

Commit 2eed226

Browse files
authored
Update docs/standard/serialization/system-text-json/how-to.md
1 parent 2f669c9 commit 2eed226

File tree

1 file changed

+1
-1
lines changed
  • docs/standard/serialization/system-text-json

1 file changed

+1
-1
lines changed

docs/standard/serialization/system-text-json/how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Starting in .NET 9, you can also customize the indent character and size using <
112112

113113
You can use AI tools, such as GitHub Copilot, to generate code that uses `System.Text.Json` to serialize to JSON. You can customize the prompt to fit your object fields and serialization needs.
114114

115-
Here's an example prompt you can use in Visual Studio Code Copilot Chat to generate serialization code.
115+
Here's an example prompt you can use to generate serialization code:
116116

117117
```copilot-prompt
118118
I have a variable named weatherForecast of type WeatherForecast.

0 commit comments

Comments
 (0)