Correcting some invalid array json inputs (dotnet/corefx#38323)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Thu, 13 Jun 2019 22:10:13 +0000 (15:10 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 22:10:13 +0000 (15:10 -0700)
commit5cc27cf039da6ebb8638f9a770508c6ed32354fe
treea811bce922da08217934d226b16c341b883ea359
parent784bd38d04db62b46bfb66b6995f719f79f8ede0
Correcting some invalid array json inputs (dotnet/corefx#38323)

* correcting some invalid array json inputs

* adding comments and modifiers

* addressing feedback

* correcting issue number

Commit migrated from https://github.com/dotnet/corefx/commit/eaee16b5c9d3e020b5892a28a204ceb5da4d6a4a
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonPropertyInfoNotNullable.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleArray.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleDictionary.cs
src/libraries/System.Text.Json/tests/Serialization/DictionaryTests.cs