A common tree node for navigation and product catalogs.
{
"id": 7,
"name": "Developer Tools",
"slug": "developer-tools",
"parentId": null,
"children": [
{"id": 8, "name": "JSON", "slug": "json"}
]
}Use children arrays to build nested category trees.