# IceDog.JsonDotNet **Repository Path**: dhclly/IceDog.JsonDotNet ## Basic Information - **Project Name**: IceDog.JsonDotNet - **Description**: Json.Net 的测试项目 - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-05-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IceDog.JsonDotNet ## 介绍 Json.Net 的测试项目 对官方例子的测试和试用 Samples https://www.newtonsoft.com/json/help/html/Samples.htm#! 基于框架 .net core 3.0 , IDE vs 2019 TestMethod36 NLog 有问题 TestMethod54 需要实现依赖注入,需要autofac,暂时不处理 经过测试,TestMethod58、TestMethod59 `[JsonExtensionData]` 的测试无效 官方示例地址: TestMethod58 Serialize ExtensionData(无效,不管) https://www.newtonsoft.com/json/help/html/SerializeExtensionData.htm TestMethod59 Deserialize ExtensionData(无效,不管) https://www.newtonsoft.com/json/help/html/DeserializeExtensionData.htm