Skip to content

Commit f7f5587

Browse files
Link to csharp/programming-guide/classes-and-structs/fields (#20628)
Co-authored-by: Youssef Victor <31348972+Youssef1313@users.noreply.github.com>
1 parent 3874710 commit f7f5587

File tree

1 file changed

+1
-1
lines changed

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
@@ -111,7 +111,7 @@ Serializing to UTF-8 is about 5-10% faster than using the string-based methods.
111111
* By default, JSON is minified. You can [pretty-print the JSON](#serialize-to-formatted-json).
112112
* By default, casing of JSON names matches the .NET names. You can [customize JSON name casing](#customize-json-names-and-values).
113113
* Circular references are detected and exceptions thrown.
114-
* Currently, fields are excluded.
114+
* Currently, [fields](../../csharp/programming-guide/classes-and-structs/fields.md) are excluded.
115115

116116
Supported types include:
117117

0 commit comments

Comments
 (0)