12 packages tagged with “jsonp”
Provides a JSONP MediaTypeFormatter implementation for ASP.NET Web API
This project was designed to add functionality to Microsoft's ASP.NET MVC Framework v4+
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
ASP.NET Core JSONP formatter, used for working with JSONP responses.
A JSON-P HttpResponseHandler for WCF Web API. How to use it? http://blog.alexonasp.net/post/2011/07/26/Look-Ma-I-can-handle-JSONP-(aka-Cross-Domain-JSON)-with-WCF-Web-API-and-jQuery!.aspx
decompiled with ILSpy upgraded to NET45
Fetch Jsonp (fetch-jsonp) binding library for Bridge.NET projects.
Jsonp binding library for Bridge.NET projects.
A .NET Standard 2.1 class library for JSON serialization & deserialization. Simple to use and heavily extendable using factory & injection design patterns. This library works around deserializing to interface types where the compiler can't usually create an instance. This can be done using the KnownObject attribute or custom IStingSerializer.