aspnet / JsonPatch

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

JToken and related Json.NET types are not handled by the current object adapters #121

Closed jbagga closed 6 years ago

jbagga commented 7 years ago

Our current adapters do not handle JToken (and related types like JArray and JObject) correctly. We can look into checking if the current contract is JsonLinqContract and write a new adapter or modify the dictionary or dynamic object adapters.

aspnet-hello commented 6 years ago

This issue was moved to aspnet/Home#2424