Where is Obsidian's list of all notes?

Greetings! I recall coming across somebody mentioning on the forum that there is a JSON database-like file where Obsidian keeps track of all the files in a vault. Can somebody please tell where it is? (It is not a difficult thing to generate all this data with a simple python script, but if such data already exists, it would be easier just to use it). Thanks in advance.

1 Like

we don’t use a json file anymore for performance reasons. we move this to indexeddb.

1 Like

ok, thanks.