How to format an existing json string in C#

Recently I had to find a way how to format or indent an existing json string in .NET Framework 4.8 using C#. My goal was to print the Json result of a web request on the console. But the response was not formatted so the output was very hard to read. I knew I could …

How to format an existing json string in C# Read More »