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

Add support to JSON codecs to serialize their generic JSON types #9033

Merged

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Jun 1, 2024

This enables serializing objects of type:

System.Text.Json: JsonArray, JsonElement, JsonObject, JsonDocument, JsonNode, JsonValue
Newtonsoft.Json: JObject, JArray, JProperty, JRaw, JValue, JConstructor, JContainer, JToken

Fixes #7607

Microsoft Reviewers: Open in CodeFlow

@ReubenBond ReubenBond merged commit 6f1ffee into dotnet:main Jun 2, 2024
18 checks passed
@ReubenBond ReubenBond deleted the fix/json-serialize-native-json-types branch June 2, 2024 15:38
@github-actions github-actions bot locked and limited conversation to collaborators Jul 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add serialization for System.Text.Json.Nodes
1 participant