[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `NewtonsoftJsonContractResolver` class is a JSON contract resolver designed to apply `RFC3339DateTimeConverter` and `ExplicitNullConverter` as needed, enhancing JSON serialization and deserialization."],["This class inherits from `DefaultContractResolver` and implements `IContractResolver`, offering a specialized approach to contract resolution for JSON operations."],["The class includes a `CreateContract` method, which is an override of `DefaultContractResolver.CreateContract(Type)`, allowing it to customize the contract creation process for different object types."],["The main purpose of using a contract resolver is to enhance performance in Json.NET, as recommended by its tips."],["The class is available across multiple versions, ranging from 1.50.0 to the latest version 1.69.0, allowing for flexibility in implementation with different release versions."]]],[]]