본문 바로가기
언어 Language/C#

[C#] Json Convert

by 이땡칠 2022. 12. 18.

 

C# 에서는 JSON 을 사용할때 가장 많이 이용하는 것 중의 하나가 바로 JSON.NET 으로

내장객체인 JavaScriptSerializer 보다 더욱 성능과 기능이 뛰어난 Newtonsoft.Json 의 json.net 을 주로 이용합니다.

 

 

 

https://www.newtonsoft.com/json/help/html/t_newtonsoft_json_jsonconvert.htm

 

JsonConvert Class

Provides methods for converting between .NET types and JSON types. Namespace:  Newtonsoft.Json Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db public static class JsonConvert The JsonConvert ty

www.newtonsoft.com

 

https://askforyou.tistory.com/22

 

[c#] JSON 형변환(Json Convert) with JSON.NET

어떤 언어든 코딩을 하면서 많이 사용하는것 중의 하나가 JSON 입니다. C# 에서는 JSON 을 사용할때 가장 많이 이용하는 것 중의 하나가 바로 JSON.NET 으로 내장객체인 JavaScriptSerializer 보다 더욱 성능

askforyou.tistory.com

 

'언어 Language > C#' 카테고리의 다른 글

[C#, SQL] SQL 문법  (0) 2022.12.18
[C#] 배열, List, LINQ, 람다식  (0) 2022.12.18
[C#] 델리게이트  (0) 2022.12.18
[C#] Dictionary<Tkey, TValue>  (0) 2022.12.18
[C#] IEnumrable와 List  (0) 2022.12.18

댓글