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