C#: Create dynamic JSON string based on properties in a class with Newtonsoft.Json package?

后端 未结 0 883
我在风中等你
我在风中等你 2020-12-14 01:15

I have this class for building strings:

public class WebSocketMessageBuilder
{
    private readonly string _eventName;
    private readonly Dictionary

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题