NomNom
Executive Member
Would anyone be so kind as to help me with this.
I have a huge .json file here that is full of bookmarks that were made in Mozilla Firefox.
I need a way or if someone would be so kind as to write up some code of something for me that would just read out the bookmarks in a text file.
Here is a sample of the file:
I need it to just read out the bookmarks like what the bookmark is called and the link of the bookmark.
So this possible?
I have a huge .json file here that is full of bookmarks that were made in Mozilla Firefox.
I need a way or if someone would be so kind as to write up some code of something for me that would just read out the bookmarks in a text file.
Here is a sample of the file:
Code:
{"title":"","id":1,"dateAdded":1297534103937000,"lastModified":1297534117515000,"type":"text/x-moz-place-container","root":"placesRoot","children":[{"title":"Bookmarks Menu","id":2,"parent":1,"dateAdded":1297534103937000,"lastModified":1315234521015000,"type":"text/x-moz-place-container","root":"bookmarksMenuFolder","children":[{"title":"Download BitDefender","id":5543,"parent":2,"dateAdded":1303644115343000,"lastModified":1303644115343000,"type":"text/x-moz-place","uri":"http://www.bitdefender.co.za/Download%20BitDefender.htm"},{"index":1,"title":"From Internet Explorer","id":120,"parent":2,"dateAdded":1222015745000000,"lastModified":1297534127281000,"annos":[{"name":"bookmarkPropertiesDialog/folderLastUsed","flags":0,"expires":4,"mimeType":null,"type":2,"value":1295881029109}],"type":"text/x-moz-place-container","children":[{"title":"2001-2005 Crime Statistics Per Category","id":121,"parent":120,"dateAdded":1222015745000000,"lastModified":1222015745000000,"type":"text/x-moz-place","uri":"http://www.iss.co.za/CJM/stats0905/category.htm"},{"index":1,"title":"AAR--Content","id":122,"parent":120,"dateAdded":1222015745000000,"lastModified":1222015745000000,"type":"text/x-moz-place","uri":"https://www.aar.org/ListContent.asp?ContentType_ID=4&ListCode=PR"},{"index":2,"title":"ADSL User Statistics","id":123,"parent":120,"dateAdded":1222015745000000,"lastModified":1222015745000000,"type":"text/x-moz-place","uri":"http://userstats.adsl.saix.net/"},{"index":3,"title":"Am I Blocked -
I need it to just read out the bookmarks like what the bookmark is called and the link of the bookmark.
So this possible?