Hello
I am having a few problems formatting a json string for a C# query I am making
@"{""query"": ""query { items_by_multiple_column_values (board_id: 1234, column_id: \\""text0\\"", column_values: [\\""something,something_else\\""] ) {id}"" }";
Here is a little example of the string. I have tried formatting it with JsonConvert.SerializeObject to no avail.
Any help would be much appreciated.