
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
Retirement Coding Projects by Brian A. Kamp

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