Fix the JArray.GetEnumerator() method not found error by ensuring Json.NET 5.0.8 is loaded, or cast to IEnumerable<JToken> when using older versions.
2013
Discover seamless serialization and deserialization of .NET Immutable Collections and learn how to use extension data for automatic JSON round-tripping without defining every property.
Build cross-platform HTML5 charting applications using DevExtreme's JavaScript widgets, with step-by-step guidance on creating interactive dashboards that fetch live data from REST APIs.
Learn how to configure global default serialization settings with JsonConvert.DefaultSettings and capture unmapped JSON properties using extension data for flexible deserialization.
Achieve over 30% faster JSON serialization and deserialization with Json.NET 5.0 Release 4, featuring compiled expressions for Windows 8 and Windows Phone 8.
Explore Json.NET 5.0's support for .NET 4.5, BigInteger for unlimited-size integers, read-only collection interfaces, and improved NaN/Infinity floating point handling.