jsonstore icon indicating copy to clipboard operation
jsonstore copied to clipboard

A go at PATCH implementation

Open akshendra opened this issue 6 years ago • 2 comments

Implementing PATCH with optional JSON Patch.

  1. If the body is of type application/json. The patched value is computed by replacing the properties stored, using Object.assign
  2. If the body is of type application/json-patch+json. The patched value is calculted by applying JSON Patch.

Added Dependency: fast-json-patch Possible solution for #33

akshendra avatar Jun 16 '18 21:06 akshendra

Thanks again, I'll test it soon and merge it if all goes well

bluzi avatar Jun 17 '18 21:06 bluzi

Any updates on this? It's ben 2 years

Haaruun-I avatar Mar 20 '20 14:03 Haaruun-I