{"id":20145743,"url":"https://github.com/obsius/react-object-exhibitor","last_synced_at":"2026-01-31T15:01:48.966Z","repository":{"id":53263662,"uuid":"521336943","full_name":"obsius/react-object-exhibitor","owner":"obsius","description":"Dead simple, CSS customizable, JSON / JS object viewer.","archived":false,"fork":false,"pushed_at":"2024-10-30T04:54:06.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T09:13:00.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/obsius.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":"2022-08-04T16:23:10.000Z","updated_at":"2025-01-18T03:32:58.000Z","dependencies_parsed_at":"2024-10-30T05:43:05.939Z","dependency_job_id":null,"html_url":"https://github.com/obsius/react-object-exhibitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/obsius/react-object-exhibitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsius%2Freact-object-exhibitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsius%2Freact-object-exhibitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsius%2Freact-object-exhibitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsius%2Freact-object-exhibitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obsius","download_url":"https://codeload.github.com/obsius/react-object-exhibitor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsius%2Freact-object-exhibitor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28946058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-13T22:17:57.577Z","updated_at":"2026-01-31T15:01:48.950Z","avatar_url":"https://github.com/obsius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Object Exhibitor\n\nDead simple, CSS customizable, JSON / JS object viewer.\n\n## Example\n\n![screenshot1](https://raw.githubusercontent.com/obsius/react-object-exhibitor/master/doc/screenshot.png \"Example\")\n\n```js\n\n// use react 18 for example\nimport React from 'react';\nimport ReactDomClient from 'react-dom/client';\nimport ObjectExhibitor from 'react-object-exhibitor';\n\nimport 'react-object-exhibitor/lib/index.css';\n\n// optionally override default styles\n// import './my-react-object-exhibitor-style-override.css';\n\nlet obj = {\n\tundefined: undefined,\n\tnull: null,\n\tboolTrue: true,\n\tboolFalse: false,\n\tstring: 'string',\n\tnumber: 100,\n\tset: new Set([1, 2, 3]),\n\tmap: new Map([['a', 'a'], ['b', 'b'], ['c', 'c']]),\n\tregexp: new RegExp(/^.*$/, 'i'),\n\tdate: new Date(),\n\tarray: ['hello', 100, false],\n\ttypedArray: new Float32Array([3.2, 6.4, 10.24]),\n\tobject: {\n\t\tchildArray: [],\n\t\tchildObject: {\n\t\t\tchildChildObject: {\n\t\t\t\tkey: 'value'\n\t\t\t}\n\t\t}\n\t}\n};\n\nReactDomClient.createRoot(document.body).render(\n\t\u003cObjectExhibitor collapsed obj={obj} /\u003e\n);\n```\n\n## Customization\n\nOverride the class names found in the css folder.\n\n## Dependencies\n\n- React\n\n## TODO\n\n- Missing types: map, set, etc\n- Additional default stylings\n\n## Contributing\nFeel free to make changes and submit pull requests whenever.\n\n## License\n`react-object-exhibitor` uses the [MIT](https://opensource.org/licenses/MIT) license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobsius%2Freact-object-exhibitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobsius%2Freact-object-exhibitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobsius%2Freact-object-exhibitor/lists"}