| page_title | yaml_deep_merge function - lara-utils |
|---|---|
| subcategory | |
| description | Deep merge YAML-encoded objects |
Functionally similar to provider::lara-utils::deep_merge(), provider::lara-utils::yaml_deep_merge() specializes in merging YAML structures represented as strings. It parses the input YAML strings into maps, performs a deep merge according to specified strategies, and then serializes the merged result back into a YAML string.
yaml_deep_merge(objects list of string, options dynamic...) dynamic
objects(List of String) List of YAML strings to merge
options(Variadic, Dynamic) Merging options