I find myself debugging REST services lately and that involves visualising a lot of JSON.
When I have receive a JSON string and attempt to print it to the Immediate Window using the command ?jsonString,nq
, the string is printed with a line break every 1026 characters.
This is annoying because it means every time I print, copy and paste the string I have to find/replace the CRLFs so that the string is valid JSON.
Is there a way to get devenv to print the string without these line breaks?
Is there some hidden setting for the "width" of the Immediate Window "terminal"?