Refactor Utf8JsonWriter code to remove code duplication #29305
Labels
area-System.Text.Json
backlog-cleanup-candidate
An inactive issue that has been marked for automated closure.
Milestone
The Utf8JsonWriter DCR here: dotnet/corefx#36961 introduced some code duplication which can be re-factored into helper methods to avoid duplication (for example writing property names, or using write literal helper for formatted numbers as well, etc.).
The text was updated successfully, but these errors were encountered: