Anyone using [JsonExtensionData] in .NET that has suggestions here?
https://github.com/dotnet/runtime/issues/114106
How to create a symmetrical JSON class for reading and writing that is intuitive with [JsonExtensionData]? · Issue #114106 · dotnet/runtime

We're experimenting with how we can provide the most intuitive, developer friendly experience for reading and writing additional properties for OpenAPI and are struggling to use [JsonExtensionData]...

GitHub