# Functions
ActionNames returns a list of possible string values of Action.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MergeTypeNames returns a list of possible string values of MergeType.
Modifier returns a modifier function for the given action and arg.
No description provided by the author
ParseAction attempts to convert a string to a Action.
ParseMergeType attempts to convert a string to a MergeType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MergeType returns a ModifierOpt that configures slice merge behavior.
# Constants
Append to the destination content.
Delete the destination content.
Prepend to the destination content.
Replace the destination.
Concatenate source and destination arrays.
Replace the destination with the source.
Add source array items if not present in the destination.
# Variables
No description provided by the author
No description provided by the author
# Type aliases
Determines what type of modification to perform.
Determines merge behavior for arrays - either when modifying them directly or when recursively merging objects containing arrays.
ModifierFunc is a callback for modifying JSON Path expressions.
No description provided by the author