Can C# deserialize JSON with dynamic property type?
The API currently return two types of json string (the type field always be string but the data field may be string or list or int): For example Type 1: { "type": "error", "data": "error message" } Type 2: {…