Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the user to specify JsonWriterOptions/JsonReaderOptions globally #30744

Open
roji opened this issue Apr 22, 2023 · 0 comments
Open

Allow the user to specify JsonWriterOptions/JsonReaderOptions globally #30744

roji opened this issue Apr 22, 2023 · 0 comments

Comments

@roji
Copy link
Member

roji commented Apr 22, 2023

With #30604, we'll be switching from DOM seriailzation/deserialization to the lower-level Utf8JsonReader/Utf8JsonWriter. These types accept JsonReaderOptions/JsonWriterOptions to customize the JSON representation; we can expose an API to allow the user to configure those.

Note this is a global setting. The JSON format for particular properties will be handled on their type mapping (#30677).

@roji roji changed the title Allow the user to specify JsonWriterOptions/JsonReaderOptions Allow the user to specify JsonWriterOptions/JsonReaderOptions globally Apr 22, 2023
@ajcvickers ajcvickers added this to the Backlog milestone Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants