Metadata >> NuGet >> Simple.Json

Simple.Json

Metadata

Authors Mikael Waltersson, Advise Solutions
Description Easy to use framework for serializing to and from json. Supports typed dto objects, dynamic dto objects and immutable dto types like F# record types. Can differ between null values and "not supplied" values. One of the fastest json serializers for .NET there is. Supports Microsoft Web API.
IconUrl http://dl.dropbox.com/u/14427110/adviselogo.png
LicenseUrl http://simplejson.codeplex.com/license
Owners Mikael Waltersson, Advise Solutions
ProjectUrl http://simplejson.codeplex.com/
RequireLicenseAcceptance False
Tags Json REST Serialization Parsing WebApi
PackageSize 111066
PackageHashAlgorithm SHA512
PackageHash 7ccBdNfm/Kmo2wGc+PzQhLNN6cXf/Hi5NCyWMQYZ/CgMn+us2hktAdLY9Asi8UKv0Qk+vKzKrZt7UwdSdch3Cw==
DownloadCount 000000
CreatedDate 2013-10-16T05:28:18

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Simple.Json -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Simple.Json -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Simple.Json
Installing the package (HTTP Basic authentication):
Install-Package Simple.Json -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Simple.Json -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Simple.Json

OpenWrap

Installing the package:
o add-wrap Simple.Json
Uninstalling the package:
o remove-wrap Simple.Json

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0.3