Metadata >> NuGet >> fastJSON-KAyub

fastJSON-KAyub

Metadata

Authors Mehdi Gholam, Kamran Ayub
Copyrights Copyright 2012 Mehdi Gholam
Description Smallest, fastest polymorphic JSON serializer; Kamran Ayub's fork of fastJSON @ v2.0.13. The revision number corresponds to the version of my fork.
LicenseUrl http://www.codeproject.com/info/cpol10.aspx
Owners Mehdi Gholam, Kamran Ayub
ProjectUrl http://github.com/kamranayub/fastJSON
ReleaseNotes * Fix issue where CreateEnum would throw fatal exception if value wasn't found; defaults to first enum value * Fix file version of WP7
RequireLicenseAcceptance False
Tags JSON serializer C# .NET
Title fastJSON-KAyub
PackageSize 93292
PackageHashAlgorithm SHA512
PackageHash nXlbmjvn6o1fPwtQBtnh+SCDN+DOr0wUplbt+1TiwlMo0v3/kOJt3KJaNNyG8m8IuqLg8+4HSVTqIdr2k1gU7g==
DownloadCount 000000
CreatedDate 2013-04-17T00:23:35

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

OpenWrap

Installing the package:
o add-wrap fastJSON-KAyub
Uninstalling the package:
o remove-wrap fastJSON-KAyub

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
2.0.13.2
2.0.5.0