Metadata >> NuGet >> JsonDotNet.CustomContractResolvers

JsonDotNet.CustomContractResolvers

Metadata

Authors Erik Schierboom
Copyrights Copyright 2013
Description Custom contract resolvers for JSON.NET, including a contract resolver with which one can easily exclude fields from being serialized without using attributes.
LicenseUrl http://mit-license.org/
Owners Erik Schierboom
ProjectUrl https://github.com/ErikSchierboom/JsonDotNetCustomContractResolvers
RequireLicenseAcceptance False
Tags JSON.NET JSON ContractResolver Properties Exclude
Dependencies Newtonsoft.Json:4.5.11
Title JSON.NET Custom Contract Resolvers
PackageSize 16640
PackageHashAlgorithm SHA512
PackageHash vukQg7ASn/EcWaxzdFEEWqNVjJKyg/lUL6cI5b+nnrcqsFKO1Ibf9VSp4NnQ21sjMMDqSPegqxwBTFtSET9j/g==
DownloadCount 000000
CreatedDate 2013-01-29T08:44:00
ReleaseNotes Added option to specify property match mode (name only matching or property name and type matching). ToString on PropertiesCollection returns properties in format that can also be used as input for PropertiesCollection. Allow properties to be separated by tabs.

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 JsonDotNet.CustomContractResolvers -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install JsonDotNet.CustomContractResolvers -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 JsonDotNet.CustomContractResolvers
Installing the package (HTTP Basic authentication):
Install-Package JsonDotNet.CustomContractResolvers -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package JsonDotNet.CustomContractResolvers -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package JsonDotNet.CustomContractResolvers

OpenWrap

Installing the package:
o add-wrap JsonDotNet.CustomContractResolvers
Uninstalling the package:
o remove-wrap JsonDotNet.CustomContractResolvers

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.1.2
1.1.1
1.1.0
1.0.0