Fix additional issue of dictionary properties being skipped (dotnet/corefx#40629)
authorSteve Harter <steveharter@users.noreply.github.com>
Wed, 28 Aug 2019 22:46:55 +0000 (17:46 -0500)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2019 22:46:55 +0000 (17:46 -0500)
commit286f59e1fbb1b123305abb889c11cc6478cda294
tree25c984ee0ab01e1fdfb239a9c35963985f1f4baa
parent9255ae5539e82fe3f90f77bcb1ac5bf3c803c776
Fix additional issue of dictionary properties being skipped (dotnet/corefx#40629)

Commit migrated from https://github.com/dotnet/corefx/commit/546fdc4198bdfd89504c8895c1bd608b4e92d80d
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleDictionary.cs
src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandleNull.cs
src/libraries/System.Text.Json/tests/Serialization/Array.ReadTests.cs
src/libraries/System.Text.Json/tests/Serialization/DictionaryTests.cs
src/libraries/System.Text.Json/tests/Serialization/Object.ReadTests.cs