pyeve / eve

REST API framework designed for human beings
https://python-eve.org
Other
6.71k stars 744 forks source link

RFC 6902 - JSON Patch #342

Closed hashg closed 10 years ago

hashg commented 10 years ago

Any plans to provide support for JSON Patch - https://tools.ietf.org/html/rfc6902 ?

nicolaiarocci commented 10 years ago

There was a good PR a while ago. See the discussion there.

hashg commented 10 years ago

JSONP is "JSON with Padding" related to javascript callback & CORS JSON Patch is different than JSONP.

JSON Patch is a format (identified by the media type "application/json-patch+json") for 
expressing a sequence of operations to apply to  a target JSON document; it is suitable
for use with the HTTP PATCH  method.
nicolaiarocci commented 10 years ago

I got it all wrong :) Will be checking it out. Thanks!