Hi,
How can I convert the below dictionary-
Discussion posts and replies are publicly visible
What is your use case?
If you really need to do that, you can do a toJson() followed by a substitute() call to replace " with \".
Feels like you want to escape a JSON string. For this you would need to escape more characters.
docs.microsoft.com/.../how-for-json-escapes-special-characters-and-control-characters-sql-server
The information helped. Thanks Stefan.