Zubair Ahmed
Zubair Ahmed

Reputation: 147

JSON Patch - Java Implementation for an object

I am new to JSON Patch and I have gone through many reference materials but I am not sure what is the best and simple approach to implement JSON Patch to an Object (JSON Model). In my case, I am trying to implement JSON Patch to my Spring based REST API. Can anyone have specific solution?

Upvotes: 3

Views: 4820

Answers (1)

ctranxuan
ctranxuan

Reputation: 815

I am not sure what you mean by « implementing JSON Patch to an Object (JSON model) » but you may be interested in having a look at Java implementations of JSON-Patch such as zjsonpatch or fge's json-patch.

I hope this helps.

Upvotes: 4

Related Questions