RFC 6902 - JavaScript Object Notation (JSON) Patch (日本語訳)
CRANK

1. 序論JavaScript Object Notation (~JSON) `RFC4627$r は、構造~dataを[ 交換する/格納する ]ための共通な形式である。 ~HTTP `PATCH$m `RFC5789$r は、資源に対し部分的な改変を遂行する~methodで,~HTTP( Hypertext Transfer Protocol ) `RFC2616$r を拡張する。 ◎ JavaScript Object Notation (JSON) [RFC4627] is a common format for the exchange and storage of structured data. HTTP PATCH [RFC5789] extends the Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial modifications to resources.~JSON~Patchは、標的~JSON文書に適用する一連の演算を表出するための(~MIME型 `application/json-patch+json^l により識別される)文書~形式である。 これは~HTTP `PATCH$m ~methodでの利用に適するものである。 ◎ 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.この形式は、~JSON文書, あるいは類似な拘束がある~data構造(すなわち,~JSON文法を…

triple-underscore.github.io
Related Topics: JavaScript Web Standards / Browsers