{"id":28484272,"url":"https://github.com/radenkovic/jsonizr","last_synced_at":"2026-05-20T14:33:33.520Z","repository":{"id":131873660,"uuid":"83065460","full_name":"radenkovic/jsonizr","owner":"radenkovic","description":"REST API Documentation made simple. JSONizr creates documentation from json files! 😍","archived":false,"fork":false,"pushed_at":"2019-10-21T19:21:01.000Z","size":8,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T18:51:11.359Z","etag":null,"topics":["api","documentation","documentation-site","documentation-tool","json","rest","restful"],"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/radenkovic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-02-24T17:19:18.000Z","updated_at":"2017-05-21T02:08:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"e75ca11a-c109-4736-9737-67ac924dc2b1","html_url":"https://github.com/radenkovic/jsonizr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/radenkovic/jsonizr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fjsonizr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fjsonizr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fjsonizr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fjsonizr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radenkovic","download_url":"https://codeload.github.com/radenkovic/jsonizr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radenkovic%2Fjsonizr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265344831,"owners_count":23750566,"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":["api","documentation","documentation-site","documentation-tool","json","rest","restful"],"created_at":"2025-06-07T22:06:40.848Z","updated_at":"2026-05-20T14:33:33.376Z","avatar_url":"https://github.com/radenkovic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONizr\nREST API Documentation made simple. JSONizr creates documentation from json files! 😍\n\n![alt text](https://s14.postimg.org/5t44p1pg1/jsonizer.png \"Jsonizer\")\n\n\nCreate `json` files and copy-paste, describe endpoints, and JSONizr will create a nice website for you! Runs on Node/Express but you don't need any skill (except typing json).\n\n## Install\n\n1. git clone https://github.com/radenkovic/jsonizr\n2. cd jsonizr \n3. npm Install\n4. npm start\n5. open `localhost:3000/template/get`\n\nFigure out everything else, or just ask :)\n\n\n## Sample JSON\n\nHere's sample endpoint description, will add better documentation later.\n\n```\n{\n  \"title\": \"GET /api/template\",\n  \"description\": \"Write your description here.\",\n  \"method\": \"GET\",\n  \"input\": {\n    \"user_id\": 1,\n    \"full_name\": \"Dan\"\n  },\n  \"output\": {\n    \"full_name\": \"Dan\",\n    \"date_of_birth\": \"04-20-1989\",\n    \"github\": \"https://github.com/radenkovic\",\n    \"true\": 1\n  },\n  \"params\": [\n    {\n    \"name\": \"user_id\",\n    \"required\": true,\n    \"description\": \"User is important.\"\n    },\n    {\n      \"name\": \"full_name\",\n      \"required\": false,\n      \"description\": \"Not required, but search is faster.\"\n\n    }\n  ]\n}\n```\n\nResult is as shown on intro image! Yay!  \n\n\n## Short Info\n\nThis is still a total sketch, will need a lot of work to get it in shape.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradenkovic%2Fjsonizr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradenkovic%2Fjsonizr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradenkovic%2Fjsonizr/lists"}