You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/SimplifyNet/Simplify.Web.Json/actions/workflows/build.yml)[](https://libraries.io/nuget/Simplify.Web.Json)
[Simplify.Web.Json](https://www.nuget.org/packages/Simplify.Web.Json/) is a package which provides JSON serialization/deserialization for [Simplify.Web](https://github.com/SimplifyNet/Simplify.Web) web-framework controllers.
thrownewModelValidationException("JSON request body is null or empty");
38
-
39
-
vardeserializedModel=JsonConvert.DeserializeObject<T>(args.Context.RequestBody,_settings)??thrownewInvalidOperationException("Deserialized model is null");
thrownewModelValidationException("JSON request body is null or empty");
38
+
39
+
vardeserializedModel=JsonConvert.DeserializeObject<T>(args.Context.RequestBody,_settings)??thrownewInvalidOperationException("Deserialized model is null");
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Json/tree/master/src/Simplify.Web.Json/CHANGELOG.md for details</PackageReleaseNotes>
/// Registers Simplify.Web.Json JsonModelBinder which will search for `JsonSerializerSettings` registered in container (JsonSerializerSettings should be manually registered in container).
/// Registers Simplify.Web.Json JsonModelBinder which will search for `JsonSerializerSettings` registered in container (JsonSerializerSettings should be manually registered in container).
0 commit comments