{"id":24211573,"url":"https://github.com/99x-incubator/json2bootgrid","last_synced_at":"2026-04-07T10:31:43.029Z","repository":{"id":143567882,"uuid":"143524286","full_name":"99x-incubator/json2bootgrid","owner":"99x-incubator","description":"Convert json to awesome bootstrap grid ✌️","archived":false,"fork":false,"pushed_at":"2020-07-04T03:06:13.000Z","size":14,"stargazers_count":12,"open_issues_count":6,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-04T05:03:39.292Z","etag":null,"topics":["bootstrap","json","parser","snippet"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/99x-incubator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-04T11:48:22.000Z","updated_at":"2025-06-10T15:40:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"46c66e38-5801-438a-b147-533149e19a2e","html_url":"https://github.com/99x-incubator/json2bootgrid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/99x-incubator/json2bootgrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/99x-incubator%2Fjson2bootgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/99x-incubator%2Fjson2bootgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/99x-incubator%2Fjson2bootgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/99x-incubator%2Fjson2bootgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/99x-incubator","download_url":"https://codeload.github.com/99x-incubator/json2bootgrid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/99x-incubator%2Fjson2bootgrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31509929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap","json","parser","snippet"],"created_at":"2025-01-14T02:35:51.087Z","updated_at":"2026-04-07T10:31:42.983Z","avatar_url":"https://github.com/99x-incubator.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json2bootgrid\n\nConvert json to bootstrap grid with color, width and content\n\n[Blog post](https://medium.com/@shalithasuranga/writing-a-json-to-bootstrap-grid-parser-using-recursion-dafea39ce6cf)\n\n### Usage\n\n#### Snippet\n\n```javascript\n    window.onload = () =\u003e {\n      let a = {\n        rows: [\n          {\n            columns: [\n              {\n                text: 'col 1',\n                width: 6,\n                color: 'green'\n              },\n              {\n                text: 'col 2',\n                width: 6,\n                color: 'yellow'\n              }\n            ]\n          }\n        ]\n      }\n      document.getElementById('app').innerHTML = json2bootgrid(a);\n    }\n```\n\n#### Output\n\n\u003cimg src='sample.jpg'\u003e\n\n### License\n\nDistributed under the MIT [License](https://github.com/99xt-incubator/json2bootgrid/blob/master/LICENSE). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F99x-incubator%2Fjson2bootgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F99x-incubator%2Fjson2bootgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F99x-incubator%2Fjson2bootgrid/lists"}