• Parse an input string into JavaScript.

    Only supports input consisting of a single YAML document; for multi-document support you should use YAML.parseAllDocuments. May throw on error, and may log warnings using console.warn.

    Parameters

    Returns any

    The value will match the type of the root value of the parsed YAML document, so Maps become objects, Sequences arrays, and scalars result in nulls, booleans, numbers and strings.

  • Parameters

    Returns any

Generated using TypeDoc