yaml

Create a convertor container with data source being yaml document.

  1. auto yaml(Node value)
  2. auto yaml()
  3. auto yaml(string pathOrData, bool returnEmpty)
    yaml
    (
    string pathOrData
    ,
    bool returnEmpty = true
    )

Parameters

pathOrData string

path to a yaml file or yaml data itself

returnEmpty bool

wheter to return or not a locator with empty data source

Return Value

Type: auto

yamlConvertorContainer

Meta