Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

A go at PATCH implementation #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

akshendra
Copy link
Contributor

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

@bluzi
Copy link
Owner

bluzi commented Jun 17, 2018

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

@Haaruun-I
Copy link

Any updates on this? It's ben 2 years

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants