your json should provide the defintions and what type of word it is, adverb, adjective, noun, pronoun, verb... etc. Maybe JSON should be something like this? ```json { "word": { "wordnet": "noun", "definitions": ["defo 1", "defo 2"] } } ```