[
    {
        "value": "Books",
        "id": "Books",
        "opened": true,
        "items": [
            {
                "value": "Thrillers",
                "id": "Thrillers",
                "opened": true,
                "items": [
                    {
                        "value": "Bestsellers",
                        "id": "Bestsellers",
                        "opened": true,
                        "icon": {
                            "folder": "fas fa-book",
                            "openFolder": "fas fa-book-open",
                            "file": "fas fa-file"
                        },
                        "items": [
                            {
                                "value": "Lawrence Block",
                                "id": "Lawrence Block",
                                "icon": {
                                    "folder": "fas fa-book",
                                    "openFolder": "fas fa-book-open",
                                    "file": "fas fa-file"
                                }
                            }
                        ]
                    },
                    {
                        "value": "Robert Crais",
                        "id": "Robert Crais",
                        "icon": {
                            "folder": "fas fa-book",
                            "openFolder": "fas fa-book-open",
                            "file": "fas fa-file"
                        }
                    },
                    {
                        "value": "Ian Rankin",
                        "id": "Ian Rankin"
                    },
                    {
                        "value": "James Johns",
                        "id": "James Johns"
                    },
                    {
                        "value": "Nancy Atherton",
                        "id": "Nancy Atherton"
                    }
                ]
            },
            {
                "value": "History",
                "id": "History",
                "items": [
                    {
                        "value": "John Mack Faragher",
                        "id": "John Mack Faragher"
                    },
                    {
                        "value": "Jim Dwyer",
                        "id": "Jim Dwyer"
                    },
                    {
                        "value": "Larry Schweikart",
                        "id": "Larry Schweikart"
                    },
                    {
                        "value": "R. Lee Ermey",
                        "id": "R. Lee Ermey"
                    }
                ]
            },
            {
                "value": "Horror",
                "id": "Horror",
                "items": [
                    {
                        "value": "Stephen King",
                        "id": "Stephen King"
                    },
                    {
                        "value": "Dan Brown",
                        "id": "Dan Brown"
                    },
                    {
                        "value": "Mary Janice Davidson",
                        "id": "Mary Janice Davidson"
                    },
                    {
                        "value": "Katie Macalister",
                        "id": "Katie Macalister"
                    }
                ]
            },
            {
                "value": "Fiction & Fantasy",
                "id": "Fiction & Fantasy",
                "items": [
                    {
                        "value": "Audrey Niffenegger",
                        "id": "Audrey Niffenegger"
                    },
                    {
                        "value": "Philip Roth",
                        "id": "Philip Roth"
                    }
                ]
            },
            {
                "value": "Teens",
                "id": "Teens",
                "items": [
                    {
                        "value": "Joss Whedon",
                        "id": "Joss Whedon"
                    },
                    {
                        "value": "Meg Cabot",
                        "id": "Meg Cabot"
                    },
                    {
                        "value": "Garth Nix",
                        "id": "Garth Nix"
                    },
                    {
                        "value": "Ann Brashares",
                        "id": "Ann Brashares"
                    }
                ]
            }
        ]
    },
    {
        "value": "Magazines",
        "id": "Magazines",
        "open": true,
        "items": [
            {
                "value": "Sport",
                "id": "Sport"
            }
        ]
    }
]