You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2025. It is now read-only.
Currently, the only public overload of WriteJson is writing to a stream, which in cases (such as being used in converters) may not be available and the only means to write JSON may be Uft8JsonWriter.
I don't see any contradictions to exposing the Utf8JsonWriter overload.