We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617967d commit f29b47dCopy full SHA for f29b47d
dotnet/Search/BingEntitySearchv7.cs
@@ -28,7 +28,7 @@ async static void Search()
28
string contentString = await response.Content.ReadAsStringAsync();
29
dynamic parsedJson = JsonConvert.DeserializeObject(contentString);
30
31
- Console.WriteLine(JsonConvert.SerializeObject(parsedJson, Formatting.Indented));
+ Console.WriteLine(parsedJson);
32
}
33
34
static void Main(string[] args)
0 commit comments