サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ノーベル賞
www.newtonsoft.com
If you are not redirected automatically, follow this link to the default topic.
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 Standard 2.0, .NET 2, .NET 3.5, .NET 4, .NET 4.5, Silverlight, Windows Phone
Product product = new Product(); product.Name = "Apple"; product.Expiry = new DateTime(2008, 12, 28); product.Sizes = new string[] { "Small" }; string json = JsonConvert.SerializeObject(product); // { // "Name": "Apple", // "Expiry": "2008-12-28T00:00:00", // "Sizes": [ // "Small" // ] // }
このページを最初にブックマークしてみませんか?
『www.newtonsoft.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く