# Functions
FromString return operation that matches string or nil with error if no match.
# Constants
AddOperation add a value or array to an array at the target location.
CopyOperation copies the value from a specified location to the target location.
MoveOperation removes the value at a specified location and adds it to the target location.
RemoveOperation is an operation to remove the value at the target location.
ReplaceOperation replaces the value at the target location with a new value.
# Variables
No description provided by the author