Sweet.Jayson 1.0.4.1

dotnet add package Sweet.Jayson --version 1.0.4.1
NuGet\Install-Package Sweet.Jayson -Version 1.0.4.1
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.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sweet.Jayson --version 1.0.4.1
#r "nuget: Sweet.Jayson, 1.0.4.1"
#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.4.1

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 2.0

    • 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,441 7/25/2017
1.0.4 911 7/25/2017
1.0.3.9 930 7/13/2017
1.0.3 1,063 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 985 5/24/2016
1.0.1 1,293 11/25/2015
1.0.0.9 1,335 7/15/2015
1.0.0.8 1,027 6/17/2015
1.0.0.7 987 6/12/2015
1.0.0.6 1,019 6/10/2015
1.0.0.5 1,066 6/10/2015
1.0.0.4 1,015 6/9/2015
1.0.0.3 1,005 6/9/2015
1.0.0.2 1,030 6/6/2015
1.0.0.1 1,022 6/6/2015
1.0.0 1,013 6/5/2015

v1.0.4.1
26 Jul 2017,
* Minor improvements,

v1.0.4.0
25 Jul 2017,
* AutoType including added,

v1.0.3.9
13 Jul 2017,
* .Net Standard 2.0 compatibility

v1.0.3.0
6 Nov 2016,
* DefaultValue handling improvement
* JaysonDefaultCollectionAttribute added for ignoring 'null' or empty collections
* JaysonDefaultValueAttribute added
* double.NaN & float.NaN handling
* Deserialization Error Handling
* IgnoreDefaultValues fix & Special case for UTC Date format handling
* JaysonTupple arrangement
* Type overriding fix for base types

16 June 2016,
*  Nullable instantiation

v1.0.2.1:
14 June 2016,
*  Improvements to ConvertToPrimitive
*  Performance improvement
*  JaysonStackList generics implemention
*  Unicode escaping improvement
*  Serialisation DateFormatType 'JaysonDateFormatType.Microsoft' fix
*  Changed serialisation formatting to 'JaysonFormatting' enum
*  'object[]' type fix on JaysonTypeNameSerialization.Auto
*  Format indentation with 'Tab' or 'Space' option implemented
*  IgnoreEmptyCollections implementation for serialization
*  IgnoreDefaultValues and UseDefaultValues implementations

v1.0.1.5:
06 June 2016,
*  Properties; IgnoreDefaultValues on serialization and UseDefaultValues on deserialization added.

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.