When working with JSON, I can use NuGet to add JSON.Net and this allows me to create a class containing the elements of my JSON object and serialise this to a JSON string. This seems to work better than using When working with JSON, I can use NuGet to add