본문 바로가기

개발 관련 이야기/타이젠 개발

Newtonsoft.Json 사용법

Newtonsoft.Json 사용법

https://devstarsj.github.io/development/2016/06/11/CSharp.NewtonJSON/

 

Newtonsoft.Json 사용법

C# 에서 JSON document를 다루기 위해 가장 많이 사용되는 것은 Newtonsoft.Json입니다. nuget manager에서 JSON으로 검색시 가장 먼저 나옵니다. 그만큼 많이 사용되며, 사용법 또한 간단합니다.

devstarsj.github.io