[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `NewtonsoftJsonContractResolver` class is a JSON contract resolver designed to apply specific converters, `RFC3339DateTimeConverter` and `ExplicitNullConverter`, as needed."],["This class, located within the `Google.Apis.Json` namespace and `Google.Apis.Core.dll` assembly, inherits from `DefaultContractResolver` and ultimately from `Object`."],["The contract resolver is recommended for usage according to Json.NET performance tips provided by the official documentation."],["The class contains a method `CreateContract(Type)`, which allows for the creation of a `JsonContract` object based on a given `objectType`."],["This class has multiple available version documented, with `1.69.0` being the latest, and multiple other previous versions available."]]],[]]