System.Text.Json
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -5,3 +5,3 @@ <?xml version="1.0"?> | ||
| <id>System.Text.Json</id> | ||
| <version>1.6</version> | ||
| <version>1.5</version> | ||
| <title>System.Text.Json</title> | ||
@@ -15,5 +15,3 @@ <authors>Cyril Jandia</authors> | ||
| <summary>Parses textual JSON data and deserializes it into POCOs as fast as possible. The complete source code fits in a single source file less than 900 SLOC-long. Some comparative benchmark figures are provided at the project home page, along with various JSON test data files (up to several megabytes).</summary> | ||
| <releaseNotes>Added support for deserializing into generic (typed) dictionaries. | ||
| Refer to the related unit tests and benchmarks at the project home page.</releaseNotes> | ||
| <releaseNotes>Now can parse both string and integral enum value representations.</releaseNotes> | ||
| <copyright>Copyright (c) 2013 Cyril Jandia</copyright> | ||
@@ -20,0 +18,0 @@ <tags>Fast JSON parser deserializer POCO</tags> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet