kevbite / CompaniesHouse.NET

A simple .NET client wrapper for CompaniesHouse API
MIT License
37 stars 44 forks source link

Improve Json Performance #88

Closed kevbite closed 5 years ago

kevbite commented 6 years ago

We should change around the HttpContentExtensions.cs to use streams instead of strings, as specified in the newtonsoft.json docs: https://www.newtonsoft.com/json/help/html/Performance.htm