Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

I can't open a bookmark backup file with json extension

  • 9 trả lời
  • 66 gặp vấn đề này
  • 10 lượt xem
  • Trả lời mới nhất được viết bởi Mister Click

more options

I opened LIBRARY folder in the TOOLS and clicked BACKUP so that I can have a copy of my bookmarks to transfer to another laptop.

I saved the file on the DESKTOP. It has a json extension. Can't open it. How can I open it. Is my registry corrupt? Thanks, cp

I opened LIBRARY folder in the TOOLS and clicked BACKUP so that I can have a copy of my bookmarks to transfer to another laptop. I saved the file on the DESKTOP. It has a json extension. Can't open it. How can I open it. Is my registry corrupt? Thanks, cp

Giải pháp được chọn

The only use of a JSON backup is to restore the file via the Bookmarks Manager in a Firefox profile, that will replace all current bookmarks with the ones in that JSON backup.
A JSON backup is a text file in object format and is not very readable.
If you want a readable backup then export the bookmarks to an HTML file.

Why do you want to open that file?

Đọc câu trả lời này trong ngữ cảnh 👍 4

Tất cả các câu trả lời (9)

more options

Do you want to restore it to Firefox, or just look at the contents of that file?

more options

Giải pháp được chọn

The only use of a JSON backup is to restore the file via the Bookmarks Manager in a Firefox profile, that will replace all current bookmarks with the ones in that JSON backup.
A JSON backup is a text file in object format and is not very readable.
If you want a readable backup then export the bookmarks to an HTML file.

Why do you want to open that file?

more options

Just wanted to look at the contents to make sure that the file is complete before I copy it to another place. Thanks, cp

more options

Thanks, html solved my problem. cp

more options

I want to extract the tag information along with the bookmarks. I can't do that from the HTML version. Can I do it with json? Is there any documentation of the bookmark file json format?

more options

HTML bookmarks files don't contain the Tag data. The Tag data is in the JSON bookmarks backup file.


See this Google search of the Mozilla Developer Center for JSON documentation.

more options

I can parse JSON files in general, but the one with my bookmarks is 745K. I could poke around in it for a week before finding what I want. Is there some place where the structure of this particular file is documented? How do I associate URLs with tags, given my JSON file?

more options

Never mind, I figured it out.

more options

@anewc2 Could you please give me a hint on how you figured it out. I have the same problem and I can't make heads or tails of my JSON file without several days of cutting and pasting... Thank you.