Found 218 packages
ASP.NET Core support for JSON PATCH. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Provides a JSONP MediaTypeFormatter implementation for ASP.NET Web API
JSON Pointer built on the System.Text.Json namespace
JSON Patch built on the System.Text.Json namespace
JSONP for ASP.NET MVC
JSON Path (RFC 9535) built on the System.Text.Json namespace
ASP.NET Core JSONP formatter, used for working with JSONP responses.
JSON Patch (https://tools.ietf.org/html/rfc6902) defines a JSON document structure for expressing a sequence of operations to apply to a JavaScript Object Notation (JSON) document; it is suitable for use with the HTTP PATCH method. The "application/json-patch+json" media type is used to identify such patch documents. One of the things this can be used for is partial updates for REST-ful API's, or, to quote the IETF: "This format is also potentially useful in other cases in which it is necessary to make partial updates to a JSON document or to a data structure that has similar constraints (i.e., they can be serialized as an object or an array using the JSON grammar)." That's what this package is all about. Web API supports the HttpPatch method, but there's currently no implementation of the JsonPatchDocument in .NET, making it hard to pass in a set of changes that have to be applied - especially if you're working cross-platform and standardization of your API is essential. Have a look at the project site for the current status of this package and to learn how to get started.
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
Fetch Jsonp (fetch-jsonp) binding library for Bridge.NET projects.
decompiled with ILSpy upgraded to NET45
Jsonp binding library for Bridge.NET projects.
Handlebars.Net.Helpers Json
Loads jsonp libraries
Utf8Json for JSONP
JsonPatch support for ASP.NET Core 6 including support for ASP.NET Minimal APIs. Legacy support for ASP.NET MVC (.NET Framework 4.8). There are no external dependencies for the .NET 6 version and minimal dependencies for the .NET Framework Version. Thank you to all the contributers: * tugberkugurlu (Tugberk Ugurlu) * mindingdata (Wade Gausden) * donaldgray * lukas-shawford (Lukas Shawford) * akozmic (Adam Kozmic) * zihotki (Vasili Puchko) * nikitasavinov (Nikita) * denis-tsv (Denis) * cajonesvu (Chris Jones) * broderickt2 (Broderick)
Extension: JSONP for Mushroom Server
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.
This project was designed to add functionality to Microsoft's ASP.NET MVC Framework v4+