Do not over-escape writing Base64 strings within JSON using the writer. (dotnet/coref...
authorAhson Khan <ahson_ahmedk@yahoo.com>
Tue, 16 Jul 2019 18:56:21 +0000 (11:56 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2019 18:56:21 +0000 (11:56 -0700)
commit004d698066dda1ef8048c01b9ee0e377e76725e6
treebfa83d08b175b4b5c3f646b73fd01bd665054658
parentb9bf83ddd639c9902e283d2a64e527e7120135b7
Do not over-escape writing Base64 strings within JSON using the writer. (dotnet/corefx#39522)

Commit migrated from https://github.com/dotnet/corefx/commit/063e38c7bc66e076fdcc7521e4c69650baae9427
src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteProperties.Bytes.cs
src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Bytes.cs
src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Helpers.cs
src/libraries/System.Text.Json/tests/Utf8JsonWriterTests.cs