maugenst / tabletojson

An npm module for node.js to convert HTML tables to JSON objects
https://www.npmjs.com/package/tabletojson
MIT License
138 stars 38 forks source link

Feature Request: Support for lists #28

Closed maugenst closed 5 years ago

maugenst commented 6 years ago

Coming from Issue https://github.com/maugenst/tabletojson/issues/9.

Question: Is it also possible to add support for lists (ul)? E.g. to return

{
    "tables": [...],
    "lists": [...]
}
maugenst commented 5 years ago

created a new project called listtojson which tackles this feature.

https://www.npmjs.com/package/listtojson