## Deserialization Add the ability to read any type of Yomichan dictionary. - [x] **JSON files**. - [x] [Index](https://github.com/themoeway/yomitan/blob/master/ext/data/schemas/dictionary-index-schema.json) - [x] [Term](https://github.com/themoeway/yomitan/blob/master/ext/data/schemas/dictionary-term-bank-v3-schema.json) - [x] [TermMeta](https://github.com/themoeway/yomitan/blob/master/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json) - [x] [Kanji](https://github.com/themoeway/yomitan/blob/master/ext/data/schemas/dictionary-kanji-bank-v3-schema.json) - [x] [KanjiMeta](https://github.com/themoeway/yomitan/blob/master/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json) - [x] [Tag](https://github.com/themoeway/yomitan/blob/master/ext/data/schemas/dictionary-tag-bank-v3-schema.json) - [ ] **Misc**. - [ ] #3
Deserialization
Add the ability to read any type of Yomichan dictionary.