TIL Brave bookmarks JSON file
· One min read
TIL that browsers store all the bookmarks in a single JSON file.
Brave stores it at this path: %LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\Bookmarks
This is particularly useful if you want to programmatically manipulate or work with your bookmarks.
See Stack Overflow: Parser for Exported Bookmarks HTML file of Google Chrome and Mozilla in Java