프로그래밍/C#
[C#]newtonsoft.json 추가
1q
2016. 6. 22. 18:58
아래 URL에서 'Package Manager Console'을 이용하여 아래와 같이 작성 후에 설치.
https://www.nuget.org/packages/newtonsoft.json/
Install-Package Newtonsoft.Json -Version 8.0.3
위에서 설치한 Newtonsoft.Json.dll을 '참조 -> 참조 추가'에서 업로드.