Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 680 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 680 Bytes

Build Status Code Coverage

avropatch

Avro implementation of a PATCH payload as defined for JSON in RFC 6902.

Avropatch is a lightweight implementation of a PATCH change set which is serializable by Avro and compatible to the JSON objects defined by RFC 6902. Since it consists of a sequence of operations expressing partial updates to an object it may be used to avoid sending the whole object when only a part of it has changed.