i struggle to find a tool to convert this JSON:
{
"event":"subscribe",
"feed":"ticker_lite",
"product_ids":[
"FI_XBTUSD_180921",
"FV_XRPXBT_180615"
]
}
into my c# code in the following format:{\"....\":\"....\"}
example in c#:
var subMsg = "{\"type\": \"subscribe\",\"product_ids\": [\"BTC-EUR\"],\"channels\": [\"matches\"]}";
sorry for this basic questions,i am a newbe in json. Maybe JSON.net can help me but I did not find the right tool. thanks for any help