jquery.jsonpp 1.0.0-beta3

This is a prerelease version of jquery.jsonpp.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package jquery.jsonpp --version 1.0.0-beta3
                    
NuGet\Install-Package jquery.jsonpp -Version 1.0.0-beta3
                    
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="jquery.jsonpp" Version="1.0.0-beta3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="jquery.jsonpp" Version="1.0.0-beta3" />
                    
Directory.Packages.props
<PackageReference Include="jquery.jsonpp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add jquery.jsonpp --version 1.0.0-beta3
                    
#r "nuget: jquery.jsonpp, 1.0.0-beta3"
                    
#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.
#addin nuget:?package=jquery.jsonpp&version=1.0.0-beta3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=jquery.jsonpp&version=1.0.0-beta3&prerelease
                    
Install as a Cake Tool

A jQuery implementation of JSONP that uses POST instead of GET.

Why?  Good question.  Some companies have the belief that a HTTP POST is inherently more secure than a HTTP GET for any type of RESTful service.  I will not waste time trying to explain how someone could arrive at this conclusion.  The unfortunate reality is that some people have to write software with these restrictions.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-beta4 1,300 12/5/2017
1.0.0-beta3 1,007 12/5/2017
1.0.0-beta2 1,001 11/6/2017
1.0.0-beta1 1,000 11/6/2017