README
wordnet.table-tojson
Get WordNet table as JSON.
const toJson = require('wordnet.table-tojson');
// toJson()
// this: WordNet table object
// -> <table json>
Get WordNet table as JSON.
<script type="module">
import wordnetTableTojson from 'https://cdn.skypack.dev/wordnet.table-tojson';
</script>
Get WordNet table as JSON.
const toJson = require('wordnet.table-tojson');
// toJson()
// this: WordNet table object
// -> <table json>