Closed SmokeyStack closed 4 months ago
This ungainly JSON data structure is essentially an "index" of major elements from various files. Used mostly internally for things like "Ctrl-E" search. I've removed the index from *.mcr.json files though in the newer build though.
Thanks for the feedback!
Running
npx mctools-0.1.80.tgz validate -i build
will validate a folder calledbuild
and dump the output in anout
folder. Inside thisout
folder, navigate to the JSON file. Going to theindex
key, that's where the unreadability occurs. As you can see in the image above, the tool finds the common letter of the first index, and makes that an object, and the rest of the word as a key. This makes it hard to read.