A Rust port of cheerio-json-mapper.
- Input: HTML source (URL or file path) + Extractor spec (JSON file)
- Output: JSON matching the structure defined in the spec
html2json "https://news.ycombinator.com/" examples/hn.json
html2json examples/hn.html examples/hn.jsonMIT