Skip to content
Advertisement

Tag: http-patch

JSONPatch escape slash ‘/’ from JSONPatch+JSON

I’ve below JSON and I wanted to update few fields from it using postman PATCH API call with below JSONPatch payload API is working fine But, I want to implement same using Java .. I tried It evaluates to : This doc mentioned that http://jsonpatch.com/#json-pointer we MUST use escape the characters with ~0 and ~1 but no luck yet, I

Advertisement