yamlSet
Return a new YAML structure with the value at the given path replaced. See Chapter 26.
yaml(required): YAML UDM valuepath(required): dot-separated path stringvalue(required): value to set at path
utlx
yamlSet($input, "database.port", 5433) // returns new structure with port changed