{
  "linkset": [
    {
      "anchor": "/system/menu/main/linkset",
      "item": [
        {
          "href": "/",
          "title": "Home",
          "hierarchy": ["0"],
          "machine-name": ["main"]
        },
        {
          "href": "/about",
          "title": "About us",
          "hierarchy": ["1"],
          "machine-name": ["main"]
        },
        {
          "href": "/about/custom-attributes",
          "title": "Custom attributes test page",
          "hierarchy": ["1", "0"],
          "class": [
            "foo",
            "bar",
            "1729",
            "1",
            "-1",
            "3.141592"
          ],
          "data-baz": [
            "42"
          ],
          "machine-name": ["main"]
        },
        {
          "href": "/about/name",
          "title": "Our name",
          "hierarchy": ["1","1"],
          "machine-name": ["main"]
        }
      ]
    }
  ]
}
