Versions in this module Expand all Collapse all v0 v0.4.24 Oct 8, 2019 Changes in this version + type Patch []operation + func New() Patch + func (p Patch) Add(path string, value interface{}) Patch + func (p Patch) AddKV(path, key string, value interface{}) Patch + func (p Patch) Remove(path string) Patch + func (p Patch) Replace(path string, value interface{}) Patch + func (p Patch) ToJSON() ([]byte, error)