Sweet.Jayson 1.0.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Sweet.Jayson --version 1.0.1.4
NuGet\Install-Package Sweet.Jayson -Version 1.0.1.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sweet.Jayson" Version="1.0.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sweet.Jayson --version 1.0.1.4
#r "nuget: Sweet.Jayson, 1.0.1.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sweet.Jayson as a Cake Addin
#addin nuget:?package=Sweet.Jayson&version=1.0.1.4

// Install Sweet.Jayson as a Cake Tool
#tool nuget:?package=Sweet.Jayson&version=1.0.1.4

Fast, reliable, easy to use, fully json.org compliant, thread safe C# JSON library for server side and desktop operations.

Open sourced under MIT license.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4.1 1,444 7/25/2017
1.0.4 913 7/25/2017
1.0.3.9 932 7/13/2017
1.0.3 1,065 11/7/2016
1.0.2.1 985 6/14/2016
1.0.1.5 940 6/6/2016
1.0.1.4 946 6/1/2016
1.0.1.1 986 5/24/2016
1.0.1 1,295 11/25/2015
1.0.0.9 1,336 7/15/2015
1.0.0.8 1,029 6/17/2015
1.0.0.7 989 6/12/2015
1.0.0.6 1,021 6/10/2015
1.0.0.5 1,068 6/10/2015
1.0.0.4 1,017 6/9/2015
1.0.0.3 1,007 6/9/2015
1.0.0.2 1,032 6/6/2015
1.0.0.1 1,024 6/6/2015
1.0.0 1,015 6/5/2015

v1.0.1.4:
01 June 2016,
*  JaysonMemberAttriute implementation for Property/Field based member ignoring and alias handling

v1.0.1.2:
27 May 2016,
*  UseKVModelForISerializable setting (use for ISerializable fix for incasesensitive serialization)

v1.0.1.1:
24 May 2016,
* Comment handling

v1.0.1.0:
25 November 2015,
* Empty string handling fix.

v1.0.0.9:
14 July 2015,
* System.Runtime.Serialization.ISerializable interface support
* System.Type serialization support
* System.Reflection.ConstuctorInfo, System.Reflection.MethodInfo, System.Reflection.PropertyInfo, System.Reflection.FieldInfo serialization support
* System.Exception serialization support
* Fix for System.Type.GetType which works different than Mono version
Detailed test cases

v1.0.0.8:
17 June 2015,
* Object referencing support.
* Performance optimisation.
* Setting for enable/disable KV mode for Dictionary<?, object>.

v1.0.0.7:
11 June 2015,
* Performans improvements.
* JaysonOrderedDictionary implemented for member names.
* Detailed test cases.

v1.0.0.6:
10 June 2015,
* New tests added.
* IDictionary<object, object> Key conversion fix.
* ConvertToPrimitive fix for enums.

v1.0.0.5:
9 June 2015,
* Long number serialization fix.
* AsciiToLower & AsciiToUpper fix.

v1.0.0.4:
9 June 2015,
* Some refactoring.
* Sealed some classes.
* Error message class implemented.
* License header added to JaysonError file.

v1.0.0.3:
8 June 2015,
* Performance optimization on GUID serialization.

v1.0.0.2:
6 June 2015,
* Minor fix for list handling, when the last item is null or boolean.

v1.0.0.1:
6 June 2015,
* Added support for special types; Stack, Queue and Concurrent lists.

v1.0.0.0:
3 May 2015,
* Initial release.