README
wordnet.blob
Data blob for WordNet book.
const Blob = require('wordnet.blob');
// Blob([senses=[]], [pointers=[]], [frames=[]])
// -> Blob {<senses>, <pointers>, <frames>}
// Setup from JSON.
// -> this
fromJson(json)
// Get as JSON.
// -> <json>
toJson()