I need to call Google Custom Search API in my .NET 2.0 project. I cannot use the Google Libraries because those are written in .NET 3.5. I've tried to compile them in .NET 2.0 but there are big dependencies in LINQ and Json.NET 3.5 version of the library.
I tried to use the 2.0 version of the Json.NET library but i cannot get the JSON response to be deserialized into one of my custom object classes. The problem is with deserialization. Can i ignore fields in deserialization? The deserialization always returns error because i cannot get the class that represents the JSON answer from Google.