Jil 2.9.0
dotnet add package Jil --version 2.9.0
NuGet\Install-Package Jil -Version 2.9.0
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="Jil" Version="2.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jil --version 2.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jil, 2.9.0"
#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 Jil as a Cake Addin #addin nuget:?package=Jil&version=2.9.0 // Install Jil as a Cake Tool #tool nuget:?package=Jil&version=2.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A fast JSON serializer and deserializer.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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.
-
- Sigil (>= 4.4.0)
GitHub repositories (21)
Showing the top 5 popular GitHub repositories that depend on Jil:
Repository | Stars |
---|---|
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
opserver/Opserver
Stack Exchange's Monitoring System
|
|
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
|
|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
neuecc/ZeroFormatter
Infinitely Fast Deserializer for .NET, .NET Core and Unity.
|
Version | Downloads | Last updated |
---|---|---|
2.9.0 | 2,051 | 3/16/2015 |
2.8.1 | 1,266 | 2/18/2015 |
2.8.0 | 380 | 2/14/2015 |
2.7.2 | 981 | 1/30/2015 |
2.7.1 | 137 | 1/28/2015 |
2.7.0 | 1,323 | 1/4/2015 |
2.6.0 | 139 | 12/30/2014 |
2.5.2 | 391 | 12/5/2014 |
2.5.1 | 66 | 12/4/2014 |
2.5.0 | 75 | 12/4/2014 |
2.4.0 | 1,020 | 11/16/2014 |
2.3.1 | 359 | 11/13/2014 |
2.3.0 | 1,064 | 11/2/2014 |
2.2.0 | 329 | 10/19/2014 |
2.1.1 | 1,434 | 10/10/2014 |
2.1.0 | 1,516 | 9/14/2014 |
2.0.2 | 467 | 8/25/2014 |
2.0.1 | 103 | 8/21/2014 |
2.0.0 | 92 | 8/21/2014 |
1.7.2 | 1,278 | 8/13/2014 |
1.7.1 | 128 | 8/11/2014 |
1.7.0 | 552 | 7/15/2014 |
1.6.1 | 93 | 7/3/2014 |
1.6.0 | 73 | 7/3/2014 |
1.5.0 | 174 | 6/20/2014 |
1.4.0 | 132 | 6/16/2014 |
1.3.1 | 68 | 5/30/2014 |
1.3.0 | 73 | 4/13/2014 |
1.2.1 | 55 | 4/10/2014 |
1.2.0 | 104 | 3/23/2014 |
1.1.0 | 69 | 2/20/2014 |
1.0.3 | 60 | 2/3/2014 |
1.0.2 | 53 | 2/2/2014 |
1.0.1 | 54 | 2/1/2014 |
1.0.0 | 66 | 2/1/2014 |
Better indicate if deserialization failed because of an early termination stream with DeserializationException.EndedUnexpectedly .
Fixes for invalid floating point numbers which were previously accepted.
Support for RFC1123 (standard format string "R") formatted DateTimes.