Currently appreciating the beauty of JSON (and its mascot?)
I'm working on a little project a lexicon/dictionary called texdict.py (name suggestions welcome). The
#python script attempts to convert a
#TeXLaTeX file with glossaries commands (
https://ctan.org/pkg/glossaries) and some extra commands (which might be released under texdict.sty (or similar name)) into JSON format and vice-versa. JSON is so nice because it's human readable and computer readable.
Do you know of any
#LaTeX packages and or
#JSON based libraries related to
#dictionaries or
#lexicon
Also, I thought about using the texdict.sty file as the only source of truth for the tex2json and json2tex mapping, but haven't figured it out yet. Any leads would be highly appreciated

