diff --git a/xml/System.Text.Json.Serialization/JsonConverter.xml b/xml/System.Text.Json.Serialization/JsonConverter.xml
index 57896b6ae0f..414147440fe 100644
--- a/xml/System.Text.Json.Serialization/JsonConverter.xml
+++ b/xml/System.Text.Json.Serialization/JsonConverter.xml
@@ -14,7 +14,7 @@
- To be added.
+ Converts an object or value to or from JSON.
To be added.
@@ -37,11 +37,11 @@
- To be added.
- To be added.
- To be added.
+ The type of the object to check whether it can be converted by this converter instance.
+ When overridden in a derived class, determines whether the converter instance can convert the specified object type.
+ if the instance can convert the specified object type; otherwise, .
To be added.
-
\ No newline at end of file
+