Skip to main content

TIL Brave bookmarks JSON file

· One min read
Shubh A Chudasama
Builder | Materializing ideas into reality.

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