{"id":23170264,"url":"https://github.com/mrchief/jsonbootstrapmenu","last_synced_at":"2025-07-07T19:35:46.442Z","repository":{"id":21637742,"uuid":"24958371","full_name":"mrchief/JsonBootstrapMenu","owner":"mrchief","description":"Create Bootstrap (3) Menus with a simple JSON config file in ASP.NET","archived":false,"fork":false,"pushed_at":"2014-10-08T20:21:52.000Z","size":144,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-06T13:07:32.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrchief.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-08T20:04:42.000Z","updated_at":"2022-10-25T07:26:42.000Z","dependencies_parsed_at":"2022-08-18T14:12:46.879Z","dependency_job_id":null,"html_url":"https://github.com/mrchief/JsonBootstrapMenu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrchief%2FJsonBootstrapMenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrchief%2FJsonBootstrapMenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrchief%2FJsonBootstrapMenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrchief%2FJsonBootstrapMenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrchief","download_url":"https://codeload.github.com/mrchief/JsonBootstrapMenu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230213133,"owners_count":18191132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-18T03:26:28.375Z","updated_at":"2024-12-18T03:32:34.924Z","avatar_url":"https://github.com/mrchief.png","language":"C#","readme":"JsonBootstrapMenu\n====================\n\nCreate Bootstrap (3) Menus with a simple JSON config file in ASP.NET\n\n\n##Usage\n\nInstall via Nuget: [JsonBootstrapMenu](https://www.nuget.org/packages/JsonBootstrapMenu/)\n\n##Sample\n\nGiven this config:\n\n```js\n[\n  {\n    \"text\": \"Dashboard\",\n    \"url\": \"/dashboard\"\n  },\n  {\n    \"isDivider\": true\n  },\n  {\n    \"text\": \"Help\",\n    \"submenus\": [\n      {\n        \"url\": \"/documentation/GenHelp.pdf\",\n        \"text\": \"General\",\n        \"target\": \"new\"\n      },\n      {\n        \"isDivider\": true\n      },\n      {\n        \"url\": \"/documentation/DeployHelp.pdf\",\n        \"text\": \"Deploy Help\",\n        \"target\": \"new\"\n      }\n    ]\n  }\n]\n```\n\ngenerates this menu structure:\n\n```html\n\u003cul class=\"nav navbar-nav\"\u003e\n    \u003cli class=\"\"\u003e\n        \u003ca href=\"/dashboard\" target=\"_self\"\u003eDashboard\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli class=\"dropdown\"\u003e\n        \u003ca href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\"\u003e\u003cspan\u003eHelp\u003c/span\u003e \u003cb class=\"caret\"\u003e\u003c/b\u003e\u003c/a\u003e\n        \u003cul class=\"dropdown-menu\"\u003e\n            \u003cli class=\"\"\u003e\u003ca href=\"/documentation/GenHelp.pdf\" target=\"new\"\u003eGeneral\u003c/a\u003e\u003c/li\u003e\n            \u003cli class=\"divider\"\u003e\u003c/li\u003e\n            \u003cli class=\"\"\u003e\u003ca href=\"/documentation/DeployHelp.pdf\" target=\"new\"\u003eDeploy Help\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/li\u003e\n\u003c/ul\u003e\n```\n\nwhich looks like this when rendered*: \n\n\n![screenshot](http://i.imgur.com/R2CdujD.png)\n\n*\u003csup\u003e(note that this screenshot was generated using a custom bootstrap theme, the helper doesn't include or affect any of the bootstrap styles)\u003c/sup\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrchief%2Fjsonbootstrapmenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrchief%2Fjsonbootstrapmenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrchief%2Fjsonbootstrapmenu/lists"}