package main type SessionData struct { Bookmarks []Bookmark `json:"bookmarks"` Settings *Settings `json:"settings"` }