{"id":30523783,"url":"https://github.com/zhravan/jsonp","last_synced_at":"2025-08-26T20:48:21.381Z","repository":{"id":276911268,"uuid":"930710465","full_name":"zhravan/jsonp","owner":"zhravan","description":"JSONP - Multi tab JSON toolkit","archived":false,"fork":false,"pushed_at":"2025-05-29T18:29:18.000Z","size":191,"stargazers_count":2,"open_issues_count":8,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T19:44:27.699Z","etag":null,"topics":["collaborate","css3","github-pages","html5","javascript","jmespath","json","json-formatter","json-prettifier","json-tool","json-toolkit","json-tools","toolkit"],"latest_commit_sha":null,"homepage":"https://jsonp.ohmyscript.com","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/zhravan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2025-02-11T04:39:00.000Z","updated_at":"2025-07-04T13:41:33.000Z","dependencies_parsed_at":"2025-04-17T19:41:06.684Z","dependency_job_id":"d0572ed3-6c5c-4f67-a335-f8fc9c5ee7c3","html_url":"https://github.com/zhravan/jsonp","commit_stats":null,"previous_names":["shravan20/jsonp","zhravan/jsonp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhravan/jsonp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Fjsonp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Fjsonp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Fjsonp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Fjsonp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhravan","download_url":"https://codeload.github.com/zhravan/jsonp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Fjsonp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272254426,"owners_count":24901039,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"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":["collaborate","css3","github-pages","html5","javascript","jmespath","json","json-formatter","json-prettifier","json-tool","json-toolkit","json-tools","toolkit"],"created_at":"2025-08-26T20:48:20.649Z","updated_at":"2025-08-26T20:48:21.353Z","avatar_url":"https://github.com/zhravan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONP - Multi tab JSON toolkit\n\n\u003cp align=\"center\"\u003e\n  A versatile web-based toolkit for working with JSON data. Open-source and works offline!\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"json.svg\" alt=\"JSONP Logo\" width=\"150\"\u003e\n\u003c/p\u003e\n\n## 🌟 Overview\n\nJSONP is a powerful, browser-based JSON toolkit that helps developers work with JSON data more efficiently. It works completely offline and includes multiple tools for formatting, comparing, converting, and generating JSON data.\n\n## ✨ Features\n\n### 🧹 JSON Formatter \u0026 Validator\n- Multi-tab support with color coding\n- Tree view with expandable nodes\n- Search functionality\n- Error highlighting\n- Real-time validation\n\n### 🔍 JSON Comparison (Diff Checker)\n- Side-by-side diff view\n- Multi-tab support\n- Visual difference highlighting\n\n### 💻 Code Generation\n- TypeScript interfaces\n- Python dataclasses\n- Go structs\n\n### 🔄 Format Conversion\n- Python dictionary ↔ JSON converter\n- Preserves data types\n- Syntax highlighting\n\n### 🧪 Mock Data Generator\n- Faker.js integration\n- JSON/CSV export\n- Table/JSON view modes\n- Customizable schemas\n- Built-in presets\n\n### 📝 Markdown Editor\n- Real-time preview\n- Syntax highlighting\n- Multi-tab support\n\n## 🚀 Getting Started\n\n1. **Quick Start**\n   ```bash\n   git clone https://github.com/shravan20/jsonp.git\n   cd jsonp\n   # Open index.html in your browser\n   ```\n\n2. **Usage**\n   - Open `index.html` in any modern browser\n   - Drag \u0026 drop JSON files directly\n   - Use tabs to organize multiple documents\n   - Toggle between different tools using the sidebar\n\n## 💡 Key Features\n\n- **Offline Support**: Works completely offline - no server needed\n- **Multi-tab Interface**: Work with multiple JSON documents simultaneously\n- **Dark/Light Mode**: Comfortable viewing in any environment\n- **Keyboard Shortcuts**: Efficient workflow with keyboard navigation\n- **Local Storage**: Auto-saves your work\n- **Mobile Responsive**: Works on all devices\n\n## 🛠️ Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Format code\nnpm run format\n\n# Lint code\nnpm run lint\n\n# Run checks\nnpm run check\n```\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see:\n\n1. [Code of Conduct](./CODE_OF_CONDUCT.md)\n2. [Contributing Guidelines](./CONTRIBUTING.md)\n3. [Issue Templates](./.github/ISSUE_TEMPLATE)\n\n## 📝 Changelog\n\nSee [CHANGELOG.md](./CHANGELOG.md) for a detailed history of changes.\n\n## 📄 License\n\nMIT Licensed - Free for personal and commercial use. See [LICENSE](./LICENSE) for details.\n\n## 🌐 Links\n\n- [GitHub Repository](https://github.com/shravan20/jsonp)\n- [Report Issues](https://github.com/shravan20/jsonp/issues)\n- [Feature Requests](https://github.com/shravan20/jsonp/issues/new?template=feature_request.md)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ in India\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhravan%2Fjsonp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhravan%2Fjsonp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhravan%2Fjsonp/lists"}