JsonModelBinder icon indicating copy to clipboard operation
JsonModelBinder copied to clipboard

An explicit json model binder to allow json serialized parts in a multipart-formdata request of a .NET-Core controller action.

Results 7 JsonModelBinder issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Im trying with your solution but I have a problem. Model is always null. Only image file was read correctly. This is post request which is send from my video...

Just wondering anyone who using this package met the error as the title? Reference as below: ![image](https://user-images.githubusercontent.com/72403066/110405600-ca86be80-80bb-11eb-8b99-353f9a4229b7.png)

Please, make a model validation optional. As it is a slow operation via Reflection + LINQ etc. It would be great to have bool IsValidateModel property in the binding constructor.

help wanted
good first issue

.NET Core 3.0 introduces a new platform native Json deserializer. This is used by default by ASP.NET Core 3.0. This package, however, does imply you use `Newtonsoft.Json` and we blindly...

enhancement
help wanted

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies