Enolib Playground

// This demo simply reads in a single (required) field from the document. // Remove or rename the field to see the error output enolib produces! const options = { locale: de, reporter: HtmlReporter }; const doc = enolib.parse(input, options); return doc.field('Greeting').requiredStringValue();