Traverses root with the given path, creating missing members and elements as required, and applies update to the final value.
the original (but modified) root, or the result of updating the original root if path is empty
accepts the current value and returns the resulting value
Optional
optional method for creating missing parents as a path is constructed. default is creator_err_object
Generated using TypeDoc
Traverses root with the given path, creating missing members and elements as required, and applies update to the final value.
Returns
the original (but modified) root, or the result of updating the original root if path is empty