For the complete list of functions and categories in this namespace, refer to the main op functions page.
Function name | Description |
---|---|
op:insert-after | Insert a new node after another node. |
op:insert-before | Insert a new node before another node. |
op:insert-child | Insert a node as child. |
op:insert-named-child | This method is specific for JSON and inserts a key/value pair to an object. |
op:replace | Replace a node with another node. |
op:replace-insert-child | Replace a child if it exist, or insert if it does not exist. |
op:replace-value | Replace the value of a path with a new value. |