diff --git a/xml/System.Text.Json.Serialization/JsonNumberHandling.xml b/xml/System.Text.Json.Serialization/JsonNumberHandling.xml index e1fee5834c2..49572c04410 100644 --- a/xml/System.Text.Json.Serialization/JsonNumberHandling.xml +++ b/xml/System.Text.Json.Serialization/JsonNumberHandling.xml @@ -21,7 +21,7 @@ Determines how handles numbers when serializing and deserializing. - To be added. + The behavior of and is not defined by the JSON specification. Altering the default number handling can potentially produce JSON that cannot be parsed by other JSON implementations. @@ -43,7 +43,7 @@ 4 The "NaN", "Infinity", and "-Infinity" tokens can be read as floating-point constants, and the and values for these constants will be written as their corresponding JSON string representations. - To be added. + This field is not defined by the JSON specification. Altering the default number handling can potentially produce JSON that cannot be parsed by other JSON implementations. @@ -109,7 +109,7 @@ 2 Numbers will be written as JSON strings (with quotes), not as JSON numbers. - To be added. + This field is not defined by the JSON specification. Altering the default number handling can potentially produce JSON that cannot be parsed by other JSON implementations.