Versions in this module Expand all Collapse all v0 v0.5.0 Jun 5, 2015 Changes in this version + func CreateMergePatch(a, b []byte) ([]byte, error) + func Equal(a, b []byte) bool + func MergePatch(docData, patchData []byte) ([]byte, error) + type Patch []operation + func DecodePatch(buf []byte) (Patch, error) + func (p Patch) Apply(doc []byte) ([]byte, error)