UNPKG
tabletojson
Version:
latest (4.1.12)
4.1.12
4.1.11
4.1.10
4.1.9
4.1.8
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.0.0
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
1.2.0
1.1.1
1.1.0
1.0.4
1.0.2
1.0.1
1.0.0
0.9.10
0.9.8
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Convert HTML tables to JSON objects
github.com/maugenst/tabletojson
maugenst/tabletojson
tabletojson
/
examples
/
example-1.ts
5 lines
(4 loc)
•
192 B
text/typescript
View Raw
1
2
3
4
5
import
{tabletojson}
from
'../lib/Tabletojson'
; tabletojson.
convertUrl
(
'https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes'
,
function
(
tablesAsJson
) {
console
.
log
(tablesAsJson[
1
]); });