aspnet / JsonPatch

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

Discussion: Use ContractResolver to create paths from expressions for json-patch #113

Closed jbagga closed 6 years ago

jbagga commented 7 years ago

JsonPatchDocumentOfT.cs will use the ContractResolver provided to get paths instead of forcing to lower case.

See announcement https://github.com/aspnet/Announcements/issues/273

aspnet-hello commented 6 years ago

This issue was moved to aspnet/Home#2428