HtmlToJson node module

Purpose:

Parse HTML markup to JSON format.

Description:

Class to convert HTML to JSON. All node types are customizable by extending class and overwriting factory methods.

Technical Details:

  • Javascript
  • ECMAScript6
  • cheerio node library
  • HTML
  • JSON

GitHub Repository