aspnet / JsonPatch

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

(Re-submission) Improve conformance of replace operations to spec #145

Closed TAGC closed 6 years ago

TAGC commented 6 years ago

Re-submission of #111 by request.


This ensures that JSON patch "replace" operations are functionally equivalent to "remove" operations followed by "add" operations at the same path, as RFC 6902 specifies.

Addresses #110

mkArtakMSFT commented 6 years ago

Thanks for your effort, @TAGC. @rynowak, @pranavkm can you please review this?Thanks!