A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq
Showing posts with label media type json patch document. Show all posts
Showing posts with label media type json patch document. Show all posts

Monday, February 10, 2014

JSON-Patch Operations

JSON-Patch Operations

JSON Patch defines a JSON document structure for expressing a sequence of operations to apply to a Javascript Object Notation. (JSON) document. It is suitable for use with the HTTP PATCH method. Media type to be used to identify patch documents is "application/json-patch+json". You can read more about JSON-Patch on IETF (Internet Engineering Task Force) website.

http://tools.ietf.org/html/rfc6902