Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function parseAll
import { parseAll } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/encoding/yaml.ts";

Same as parse(), but understands multi-document sources. Applies iterator to each document if specified, or returns array of documents.

Parameters

content: string
optional
iterator: CbFunction
optional
options: ParseOptions

Returns

unknown