Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
Op Operation `json:"op"`
Path string `json:"path"`
Value string `json:"value,omitempty"`
}
Item is a operation of jsonpatch.
Click to show internal directories.
Click to hide internal directories.