CenterEdge / Yardarm

OpenAPI 3 SDK Generator for C#
Apache License 2.0
46 stars 6 forks source link

Register JsonNode on JsonSerializerContext, not JsonObject #249

Closed brantburnett closed 1 month ago

brantburnett commented 1 month ago

This ensures that all variants of JsonNode may be serialized, such as JsonArray and JsonValue, not just JsonObject.

Fixes #248

brantburnett commented 1 month ago

/merge