Hello,
I am designing a public API, and found PATCH method with json-patch+json (RFC 6902) suiting my needs very well.
I have not found many (or even any) publicly visible APIs supporting json-patch media type. I know that RFC has been finalized in April 2013, so it's relatively fresh. The question is, whether json-patch is already an adopted standard, or it's just a standardized proposition which did not really catch up (yet)? I want to design an API which has well defined semantics, but don't want to stick to a 'niche standard' just because I found it useful (lack of client libraries etc).
What do you, dear API crafters, think about PATCH + json-patch? Is it on a success path to becoming an industry standard for partial updates over HTTP?
Best regards,
Szymon Bochniak