{"id":18132044,"url":"https://github.com/cemolcay/jsontableview","last_synced_at":"2025-04-15T23:08:36.114Z","repository":{"id":56916506,"uuid":"209510183","full_name":"cemolcay/JSONTableView","owner":"cemolcay","description":"Expandable JSON data viewer","archived":false,"fork":false,"pushed_at":"2020-06-26T12:40:19.000Z","size":1121,"stargazers_count":50,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T00:06:01.851Z","etag":null,"topics":["ios","json","list","swift","swiftyjson","uitableview"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/cemolcay.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":"2019-09-19T09:08:50.000Z","updated_at":"2025-01-06T03:05:02.000Z","dependencies_parsed_at":"2022-08-20T20:50:25.290Z","dependency_job_id":null,"html_url":"https://github.com/cemolcay/JSONTableView","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemolcay%2FJSONTableView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemolcay%2FJSONTableView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemolcay%2FJSONTableView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemolcay%2FJSONTableView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cemolcay","download_url":"https://codeload.github.com/cemolcay/JSONTableView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246126968,"owners_count":20727647,"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":["ios","json","list","swift","swiftyjson","uitableview"],"created_at":"2024-11-01T12:10:11.006Z","updated_at":"2025-03-30T18:31:47.239Z","avatar_url":"https://github.com/cemolcay.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"JSONTableView\n===\n\nDisplay your [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) data on an expandable list view. The view itself is not a `UITableView` subclass, everything is created with `UIStackView`s, so it's not memory friendly for big json files. I created it for debugging my json data in a quick and dirty way. Contributions are welcomed for making it better!\n\nDemo\n---\n\n![alt tag](https://raw.githubusercontent.com/cemolcay/JSONTableView/master/demo.gif)\n\nInstall\n---\n\n``` ruby\npod 'JSONTableView'\n```\n\nUsage\n---\n\n* Create an instance of `JSONTableView` either programmaticaly or in your storyboard.\n\n``` swift\n@IBOutlet weak var tableView: JSONTableView?\n```\n\n* Pass a SwiftyJSON's `JSON` type data object to your JSONTableView instance's `data` property and call `reloadData()`\n\n``` swift\nlet data = JSON(...)\ntableView?.data = data\ntableView?.reloadData()\n```\n\n* You may expand/collapse all possible expandable cells with\n\n``` swift\ntableView?.expandAll()\ntableView?.collapseAll()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcemolcay%2Fjsontableview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcemolcay%2Fjsontableview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcemolcay%2Fjsontableview/lists"}