Info
Version: | 1.0.0 |
Author(s): | Christian Henrik Reich |
Last Update: | Sunday, February 9, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/Have/haveboxjson |
NuGet Url: | https://www.nuget.org/packages/HaveBoxJSON |
Install
Install-Package HaveBoxJSON
dotnet add package HaveBoxJSON
paket add HaveBoxJSON
HaveBoxJSON Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
HaveBoxJSON is dedicated to only serialize and deserialize JSON, and it does it faster than most other JSON libs.
HaveBoxJSON is not bloated with unnecessary features, and therefor it is only a fraction in size compared to leading competitors. HaveBoxJSON is following the JSON specification(http://json.org) strict.
**Highlights:**
* Serializing and Deserializing of all .NET primitives
* Serializing and Deserializing .NET datastructs with interfaces: IList, ICollection, IEnumerable
* Serializing and Deserializing .NET Dictionary and IDictionary
* Nested Serializing and Deserializing
* Support for .NET 3.5, 4.0, 4.5, 4.5.1.