Jun 18
[추천 nuget] – Newtonsoft.Json
By : admin/
Tags : .net, convert JSON, Json, Newtonsoft, silverlight, window 8 store, windows phone/Category : .net, programming/0 Comment
[ Json.NET is a popular high-performance JSON framework for .NET ]
- Flexible JSON serializer for converting between .NET objects and JSON
- LINQ to JSON for manually reading and writing JSON
- High performance, faster than .NET’s built-in JSON serializers
- Write indented, easy to read JSON
- Convert JSON to and from XML
- Supports .NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone and Windows 8 Store
nuget 에 정의된 기능은 위와 같으며
.net 상의 모든 데이터를 유연하게 변경해 주는 강력한 DLL 파일 이다.
다운로드 : Newtonsoft.Json
github : https://github.com/JamesNK/Newtonsoft.Json
nuget : https://www.nuget.org/packages/newtonsoft.json/