Utf8Json deserialize to type based on marker field
问题 With Json.NET - Newtonsoft I have successfully used custom contract deserializers and json converter to select the deserializer based on a tag (in the case below ev ). In summary I am looking to achieve the same with Utf8Json , full details below: // Stocks TRADE: { "ev": "T", // Event Type "sym": "MSFT", // Symbol Ticker "x": "4", // Exchange ID "i": 12345, // Trade ID "z": 3, // Tape ( 1=A 2=B 3=C) "p": 114.125, // Price "s": 100, // Trade Size "c": [0, 12], // Trade Conditions "t":