[[["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 `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."]]],[]]