aspnet / JsonPatch

[Archived] JSON PATCH library. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
103 stars 48 forks source link

Throw JsonSerializationException from converters #116

Closed jbagga closed 7 years ago

jbagga commented 7 years ago

See https://github.com/aspnet/Entropy/pull/268

The converters need to send a JSON.NET exception and not a JsonPatchException so the MVC formatters can correctly propagate it.

cc @Eilon

jbagga commented 7 years ago

@rynowak Updated