For my IDEA Mathematica plugin, I have a static fi...
# announcements
h
For my IDEA Mathematica plugin, I have a static file with information about each system function. Currently, it's a bit hacky (and in Java) and it uses several property files containing different information. I would like to unify this and use one Json file for this that contains all information of the 15000 functions. The file needs to be loaded and parsed only once when IDEA starts and I would hold its contents inside a hash-map. Therefore, reading speed is not exactly an issue. I expect the file to be < 10MB and its layout would like like this