diff --git a/xml/System.Text.Json.Serialization/JsonStringEnumConverter.xml b/xml/System.Text.Json.Serialization/JsonStringEnumConverter.xml
index 2924c7d4e47..2a454193ebe 100644
--- a/xml/System.Text.Json.Serialization/JsonStringEnumConverter.xml
+++ b/xml/System.Text.Json.Serialization/JsonStringEnumConverter.xml
@@ -84,9 +84,9 @@ Reading is case insensitive. Writing can be customized by using a
- To be added.
- To be added.
- To be added.
+ The type to be checked.
+ Determines whether the specified type can be converted to an enum.
+ if the type can be converted; otherwise, .
To be added.
@@ -109,9 +109,9 @@ Reading is case insensitive. Writing can be customized by using a
- To be added.
- To be added.
- To be added.
+ The type to convert.
+ Create a converter for the specified type.
+ An instance of of type T, where T is compatible with .
To be added.
diff --git a/xml/System.Text.Json/JsonElement.xml b/xml/System.Text.Json/JsonElement.xml
index d9bf2bb8c0c..6aec1410bc2 100644
--- a/xml/System.Text.Json/JsonElement.xml
+++ b/xml/System.Text.Json/JsonElement.xml
@@ -837,9 +837,9 @@ This method does not parse the contents of a JSON string value.
- To be added.
- Gets the value at a specified index when the current value is an .
- To be added.
+ The item index.
+ Gets the value at the specified index if the current value is an .
+ The value at the specified index.
To be added.
This value's is not .
is not in the range [0, ()).
diff --git a/xml/System.Text.Json/JsonEncodedText.xml b/xml/System.Text.Json/JsonEncodedText.xml
index b76c17a5450..83d45f3e2e6 100644
--- a/xml/System.Text.Json/JsonEncodedText.xml
+++ b/xml/System.Text.Json/JsonEncodedText.xml
@@ -108,7 +108,7 @@ This type can be used to cache and store known strings used for writing JSON ahe
The value to be transformed as JSON encoded text.
Encodes the string text value as a JSON string.
- To be added.
+ The string encoded as a JSON string.
To be added.
is .
is too large or contains invalid UTF-16 characters.
@@ -154,7 +154,7 @@ This type can be used to cache and store known strings used for writing JSON ahe
- To be added.
+ The object to compare to this instance.
Determines whether this instance and a specified object, which must also be a instance, have the same value.
if the current instance and are equal; otherwise, .
@@ -190,7 +190,7 @@ If `obj` is `null`, the method returns `false`.
- To be added.
+ The object to compare to this instance.
Determines whether this instance and another specified instance have the same value.
if this instance and have the same value; otherwise, .