-
Forked from #1007 and #1325 .
We want to support management of services via declarative configuration.
The configuration files written by the user may need to undergo multiple transformations befor…
-
So not sure if this would be better as a separate lib vs part of Immstruct but here's the idea. I'm implementing the "all your state in one place" pattern with my latest react project using Omniscient…
-
Thanks for this project.
A nice feature would be to validate that a patch document is a valid patch doc. This would allow users to pre-validate that the client sent a valid patch document before the…
-
Hi,
Thanks for Delta-Pouch!
We’re heavy on Pouchdb & Couchdb and we’re at the point where we need to tune the performance. We consider moving from many small docs to fewer and larger. Delta Pouch co…
-
`additionalProperties` does not work (does not inspect extended instances) with any of the combining schemas - `allOf`, `anyOf`, `oneOf` - when used with properties.
This is fine with `allOf` - write…
-
```
TypeError: Cannot call method 'indexOf' of undefined
at Object.apply (/Users/sonny/Projects/JSON-Patch/src/json-patch.js:129:29
```
But I'm not sure it makes sense to support the root path.
I…
-
Any plans to provide support for JSON Patch - https://tools.ietf.org/html/rfc6902 ?
hashg updated
10 years ago
-
I don't know does it issue related to fast-json-path directly but hope you could give some advices. Let's say we have the following document for patching:
```
{ "foo": [ "bar", "baz", "foo", "fox" ] …
-
I would like to be able to update only some properties of the document, to lower bandwidth (in an application, I have potentially huge documents and I often need to only update a state flag. PUTing th…
-
A `Doc` should be serialized as a JSON document.
A `Diff` should be serialized as an array of JSON documents, according to [IETF RFC 6902](http://tools.ietf.org/html/rfc6902)
Also see the RFC for th…