I have a question regarding the JSON-PATCH format specified in RFC6902.
As I understand this format good for PATCH requests. Is there a way of using this in the response, may be using partial content code? I have a special case in which operations that I request using PATCH could cause additional changes in the resource, and since the resource itself is huge, I don't want to send the complete representation back.
How widely is the format discussed in the RFC is being used?