Skip to content

Commit a34a0e6

Browse files
authored
Update how-to.md
1 parent 0a4d474 commit a34a0e6

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
@@ -21,7 +21,7 @@ adobe-target: true
2121
This article shows how to use the <xref:System.Text.Json?displayProperty=fullName> namespace to serialize to JavaScript Object Notation (JSON). If you're porting existing code from `Newtonsoft.Json`, see [How to migrate to `System.Text.Json`](migrate-from-newtonsoft.md).
2222

2323
> [!TIP]
24-
> You can use AI assistance to [serialize to JSON](#use-AI-to-serialize-to-json).
24+
> You can use AI assistance to [serialize to JSON](#use-ai-to-serialize-to-json).
2525
2626
To write JSON to a string or to a file, call the <xref:System.Text.Json.JsonSerializer.Serialize%2A?displayProperty=nameWithType> method.
2727

0 commit comments

Comments
 (0)