Furlex v0.2.1 Furlex.Parser.HTML View Source

Link to this section Summary

Functions

Parses the given HTML, returning a map structure of structured data keys mapping to their respective values, or an error

Link to this section Functions

Link to this function parse(html) View Source
parse(String.t) :: nil | {:ok, Map.t}

Parses the given HTML, returning a map structure of structured data keys mapping to their respective values, or an error.

Callback implementation for Furlex.Parser.parse/1.