Skip to content

Instantly share code, notes, and snippets.

@Gerst20051
Created September 27, 2017 15:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gerst20051/923dc066d32ef55cf07a74481e0fd15a to your computer and use it in GitHub Desktop.
Save Gerst20051/923dc066d32ef55cf07a74481e0fd15a to your computer and use it in GitHub Desktop.
Test Google Chrome Bookmarks
[
{
"id": "0",
"title": "",
"children": [
{
"id": "1",
"title": "Root Folder 1",
"children": [
{
"id": "10",
"title": "Folder 1",
"children": [
{
"id": "100",
"title": "Nested Folder",
"children": [
{
"id": "1000",
"title": "Bookmark",
"url": "www.bookmark.com"
},
{
"id": "1001",
"title": "Bookmark 2",
"url": "www.bookmark2.com"
},
{
"id": "1005",
"title": "Bookmark 5",
"url": "www.bookmark5.com"
}
]
}
]
},
{
"id": "11",
"title": "Folder 1",
"children": [
{
"id": "101",
"title": "Nested Folder",
"children": [
{
"id": "1010",
"title": "Bookmark",
"url": "www.bookmark.com"
},
{
"id": "1011",
"title": "Bookmark 2",
"url": "www.bookmark2.com"
},
{
"id": "1012",
"title": "Bookmark 3",
"url": "www.bookmark3.com"
},
{
"id": "1013",
"title": "Bookmark 4",
"url": "www.bookmark4.com"
}
]
}
]
},
{
"id": "12",
"title": "Folder 2",
"children": [
{
"id": "102",
"title": "Nested Folder",
"children": [
{
"id": "1020",
"title": "Bookmark",
"url": "www.bookmark.com"
},
{
"id": "1021",
"title": "Bookmark 2",
"url": "www.bookmark2.com"
}
]
}
]
}
]
},
{
"id": "2",
"title": "Root Folder 2",
"children": [
{
"id": "20",
"title": "Folder 1",
"children": [
{
"id": "200",
"title": "Nested Folder",
"children": [
{
"id": "2000",
"title": "Bookmark",
"url": "www.bookmark.com"
},
{
"id": "2001",
"title": "Bookmark 2",
"url": "www.bookmark2.com"
}
]
}
]
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment