-
RFC 6902, section 4.1 ("add") says: "The operation object MUST contain a "value" member whose content specifies the value to be added."
jsonpatch.compare() can, however, produce an add operation with…
-
I have just upgraded from 1.4.0.M1 to 1.4.0.M2 and I noticed that the RFC6902 style patch operations don't seem to work for me anymore. I'm getting now
> Could not read an object... nested exception …
-
It would be great to have highlights of the difference the library offers comparing to https://tools.ietf.org/html/rfc6902 standard and its python implementations.
-
Sorry for the question here but I'm very interested in how do you guys patch your JSON document in your projects in production?
How do you store your documents (Redis, pure json files, MongoDB or som…
-
I am wondering if "-" is supported when diffing a list? Our backend uses this to distinguish between existing and new items in a collection. In RFC 6902 [section 4.1](http://tools.ietf.org/html/rfc690…
-
What is the purpose of the AdvertisementPatch parameter in the AdPostingApiClient.ExpireAsync method?
It only seems to allow patching the ad to 'Expired' or 'Open', I would have thought that 'Expired…
ghost updated
8 years ago
-
I was wondering whether you would be willing to accept an extension to the library which could treat the json arrays as values when producing the diff?
This would mean adding the possibility to repor…
-
Currently, there is no way to remove an attribute of a record with a `PATCH` request.
I propose that when a `None` value is provided for an attribute, it is removed from the record.
Thoughts ?
-
The current [`IPersistenceStore`](https://github.com/Glimpse/Glimpse/blob/master/source/Glimpse.Core/Framework/IPersistenceStore.cs) (and corresponding [`IReadOnlyPersistenceStore`](https://github.com…
-
Example:
```
Prelude Data.Aeson.Diff Data.Aeson> let x = Ins ([OKey "foo"]) (String "bar")
Prelude Data.Aeson.Diff Data.Aeson> let y = Del ([OKey "foo"]) (String "bar")
Prelude Data.Aeson.Diff Data.A…
srijs updated
8 years ago