onlyskin/kanjiapi.dev

Data dump should be key/value rather than array

Closed this issue · 1 comments

It'd be better if the data dump was a json dict rather than array to enable user to immediately do eg jq '.words["漢"]' or jq '.kanjis["漢"]' instead of searching through array of words/kanji etc

Done and deployed