How to "virtually" add Json attribute to an existing class?
or more precisly
How is it posible to change the serialize behavior for a single property w/o creating a converter for the whole class and w/o rewriting/wrap the the whole class?
If it would be my own class I would just apply one of the json attributes.
If this is not (yet) possible with system.text.json (.NET6) how is it with Newtonsoft.Json?