{"id":20494422,"url":"https://github.com/androidpluto/json-render-view","last_synced_at":"2026-05-09T19:13:57.338Z","repository":{"id":188487368,"uuid":"670027489","full_name":"androidPluto/json-render-view","owner":"androidPluto","description":"Utility to render JSON strings in readable format","archived":false,"fork":false,"pushed_at":"2023-08-16T19:01:16.000Z","size":245,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-07-16T17:28:29.865Z","etag":null,"topics":["android","json"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/androidPluto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2023-07-24T06:18:34.000Z","updated_at":"2025-07-12T06:31:30.000Z","dependencies_parsed_at":"2023-08-15T15:16:33.562Z","dependency_job_id":"7fc10413-8dbf-4dff-a41f-833d8d6bada7","html_url":"https://github.com/androidPluto/json-render-view","commit_stats":null,"previous_names":["androidpluto/json-render-view"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/androidPluto/json-render-view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidPluto%2Fjson-render-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidPluto%2Fjson-render-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidPluto%2Fjson-render-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidPluto%2Fjson-render-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/androidPluto","download_url":"https://codeload.github.com/androidPluto/json-render-view/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androidPluto%2Fjson-render-view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32831713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","json"],"created_at":"2024-11-15T17:39:37.436Z","updated_at":"2026-05-09T19:13:57.319Z","avatar_url":"https://github.com/androidPluto.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONREnderView\n\nUtility to render JSON in a readable format. This also supports expand \u0026 collpase functionality.\n\n## Integration\n\n#### Add JSONRenderView to xml\n```xml\n\u003ccom.jsonrenderview.JsonRenderView\n    android:id=\"@+id/json\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"wrap_content\" /\u003e\n```\n\n#### Apply configuration *(optional)*\n```java\nbinding.json.applyConfig(\n    Config.Builder()\n        .keyObjectColor(...)\n        .keyFieldColor(...)\n        .valueNumberColor(...)\n        .valueBooleanColor(...)\n        .valueStringColor(...)\n        .build()\n)\n```\n\n#### Bind JSON content to view\n```java\nbinding.json.bind(jsonContent)\n```\n#### Perform actions\nExpand \u0026 Collapse JSON tree\n```java\nbinding.json.action.expand()\nbinding.json.action.collapse()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidpluto%2Fjson-render-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroidpluto%2Fjson-render-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidpluto%2Fjson-render-view/lists"}