-
[WPF] JsonConvert, 직렬화C#/WPF 2023. 2. 22. 16:03
using Newtonsoft.Json;
C에서 JSON을 직렬화 및 역직렬화하는 방법# - .NET
System.Text.Json 네임스페이스를 사용하여 .NET에서 JSON으로 직렬화 및 역직렬화하는 방법을 알아봅니다. 샘플 코드가 포함되어 있습니다.
learn.microsoft.com
https://devstarsj.github.io/development/2016/06/11/CSharp.NewtonJSON/
Newtonsoft.Json 사용법
C# 에서 JSON document를 다루기 위해 가장 많이 사용되는 것은 Newtonsoft.Json입니다. nuget manager에서 JSON으로 검색시 가장 먼저 나옵니다. 그만큼 많이 사용되며, 사용법 또한 간단합니다.
devstarsj.github.io
728x90'C# > WPF' 카테고리의 다른 글
[WPF] Binding RelativeSource, ElementName, Self Control (0) 2023.03.03 [WPF] TabItem Header(Caption) (0) 2023.03.02 [WPF] .net restore 명령어 (0) 2023.02.17 [WPF] Other Local DLL Folder (AssemblySearchPaths), dll 참조 (0) 2023.02.13 [WPF] {Binding} (0) 2023.02.03 댓글