jquery.jsonpp
1.0.0-beta4
This is a prerelease version of jquery.jsonpp.
dotnet add package jquery.jsonpp --version 1.0.0-beta4
NuGet\Install-Package jquery.jsonpp -Version 1.0.0-beta4
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-beta4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jquery.jsonpp --version 1.0.0-beta4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: jquery.jsonpp, 1.0.0-beta4"
#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.
// Install jquery.jsonpp as a Cake Addin #addin nuget:?package=jquery.jsonpp&version=1.0.0-beta4&prerelease // Install jquery.jsonpp as a Cake Tool #tool nuget:?package=jquery.jsonpp&version=1.0.0-beta4&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
JSONP uses the SCRIPT tag to retrieve its payload which means it will always use a GET. JSONPP retrieves the payload using a POST and then executes it the same as it would be in JSONP. This allows a developer to use JSONPP exactly the same as JSONP with jQuery. The only difference is that wherever you would you would type "jsonp", you now type "jsonpp". Pretty easy.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 3.0.0)
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 | 984 | 12/5/2017 |
1.0.0-beta3 | 779 | 12/5/2017 |
1.0.0-beta2 | 776 | 11/6/2017 |
1.0.0-beta1 | 773 | 11/6/2017 |