-
I am running `go version go1.7.3 darwin/amd64` with the latest of `evanphx/json-patch`.
## The bug
Currently, if I try to use the `add` operation to append to an array, specifying a **negative i…
-
Hi guys,
I noticed that for some official OCDS extensions there is a git tag added `v1.1` and for others there is no tag. Some questions:
- Is this something that is planned to be standardized a…
-
All the other ops work just fine, but ``move`` and ``remove`` don't seem to delete anything? Is there some limitation with for example MariaDB and/or SQLAlchemy? I am using the PyMySQL driver.
**Up…
-
If not, do you know of any Erlang/Elixir library that does? Apologies if this isn't the right forum.
-
## Description
HTTP endpoint(s) exposing a RESTful API that supports CRUD (Create, Read, Update, Delete) operations on the applications Job repository
## Implementation notes
- Job IDs will be tr…
-
Currently, PATCHing an AppDefinition takes a JSON blob that looks like a partial AppDefinition:
```
PATCH /v2/apps/appOfMyEye '{"instances": 5}'
```
However, that is not the correct way to implement…
-
Hi!
According to the official JsonPatch IETF RFC 6902 [https://tools.ietf.org/html/rfc6902](https://tools.ietf.org/html/rfc6902) a JsonPatch is _always_ an array of operations.
Thus should we change…
-
Is there a particular reason that when deleting array elements that the index is duplicated and individual operations must be applied sequentially to be correct?
`createPatch( ['A','B','C'], ['A']`…
-
**[Florin Duroiu](https://jira.spring.io/secure/ViewProfile.jspa?name=florin)** opened **[DATAREST-813](https://jira.spring.io/browse/DATAREST-813?redirect=false)** and commented
I have just upgraded…
-
the operations are limited 6 operations. it would make it clearer for users if we add them as en enum.
documentation would also be much easier and clearer.
```
**JsonPatchOperation.java**public enum…