UNPKG

tabletojson

Version:

Convert HTML tables to JSON objects

5 lines (4 loc) 192 B
import {tabletojson} from '../lib/Tabletojson'; tabletojson.convertUrl('https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes', function (tablesAsJson) { console.log(tablesAsJson[1]); });