-
Consider adding support for JSON Patch. The RFC is at [http://tools.ietf.org/html/rfc6902](http://tools.ietf.org/html/rfc6902)
Perhaps, it can be used for transforming one JsonObject/JsonArray to ano…
-
JsonMergePatch is currently a concrete class with two methods:
> public class JsonMergePatch {
>
> public static JsonValue mergePatch(JsonValue target, JsonValue patch) {..
>
> public static JsonVa…
-
Right now to add a single read or write permissions, you have to fetch them all, merge the new permissions with the existing ones and send them back to the server using PATCH and If-Match.
While perf…
-
Hi @mattbaird,
[RFC 6902 - 4.3 replace](https://tools.ietf.org/html/rfc6902#section-4.3) says:
```
[...] The operation object MUST contain a "value" member whose content specifies the replacement…
-
I ran into two cases that this library does not seem to handle.
Apply diff to add these tests:
```
$ git diff
diff --git a/test/spec/json-patch-tests/tests.json b/test/spec/json-patch-tests/te…
-
**What version of Ajv you are you using?**
4.10.0
**What problem do you want to solve?**
When a schema sets additionalProperties to false or to another schema and the input data contains addition…
-
Already posted to the mailing list; but really, I think this is THE solution to at last get rid of that infamous problem.
Rationale:
- it is counterintuitive to most people that by default, if unspec…
-
In the current JSON object model, JsonArray and JsonObject are immutable. While the advantage of immutability is well-known, it is also sometimes restrictive.
I propose adding operations to transform…
-
Consider adding support for JSON Pointer. The RFC is at [http://tools.ietf.org/html/rfc6901](http://tools.ietf.org/html/rfc6901)
-
Hello,
I would like to add support to the library to understand the [JSON Patch format](https://tools.ietf.org/html/rfc6902)
It is used to describe modifications of a JSON document in a patch docume…
erosb updated
8 years ago