0

I am storing some query in json file. the query is little bit lengthy. I want to store these query in multiple lines to show query clearly. In C# when we have like this query we put in the front of query @ .. Is there any special key to put in the front of json string? below is image what I mean by this. image of query in json

Nasimbahar
  • 43
  • 1
  • 6

1 Answers1

0

No, there is no way to do this; newlines are not allowed in JSON strings [1].

jwodder
  • 54,758
  • 12
  • 108
  • 124