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 3874710 commit f7f5587Copy full SHA for f7f5587
docs/standard/serialization/system-text-json-how-to.md
@@ -111,7 +111,7 @@ Serializing to UTF-8 is about 5-10% faster than using the string-based methods.
111
* By default, JSON is minified. You can [pretty-print the JSON](#serialize-to-formatted-json).
112
* By default, casing of JSON names matches the .NET names. You can [customize JSON name casing](#customize-json-names-and-values).
113
* Circular references are detected and exceptions thrown.
114
-* Currently, fields are excluded.
+* Currently, [fields](../../csharp/programming-guide/classes-and-structs/fields.md) are excluded.
115
116
Supported types include:
117
0 commit comments