Versions in this module Expand all Collapse all v1 v1.0.1 Nov 17, 2019 Changes in this version + type ByPath []Operation + func (a ByPath) Len() int + func (a ByPath) Less(i, j int) bool + func (a ByPath) Swap(i, j int) + type JsonPatchOperation = Operation + type Operation struct + Operation string + Path string + Value interface{} + func CreatePatch(a, b []byte) ([]Operation, error) + func NewPatch(operation, path string, value interface{}) Operation + func (j *Operation) Json() string + func (j *Operation) MarshalJSON() ([]byte, error)