Furlex v0.3.1 Furlex.Parser.JsonLD 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, List.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.