| Framework | Repository | Status | Version | Downloads |
|---|---|---|---|---|
| 🟦 Blazor | JsonViewer.Blazor | ✅ Active | ||
| ⚛️ React | JsonViewer.React | 🚧 Planned | - | - |
| JsonViewer.Angular | 🚧 Planned | - | - | |
| 💚 Vue | JsonViewer.Vue | 🚧 Planned | - | - |
|
|
|
|
# Install via NuGet
dotnet add package JsonViewer.Blazor@page "/"
@using JsonViewer.Blazor
<JsonViewer JsonData="@myJsonString" />
@code {
private string myJsonString = "{\"name\":\"JsonViewer\",\"version\":\"1.0\"}";
}npm install @jsonviewer/reactimport { JsonViewer } from '@jsonviewer/react';
function App() {
return <JsonViewer data={{ name: "JsonViewer" }} />;
}- Blazor: Full Documentation
- API Reference: Wiki
- Examples: Demo Projects
- Changelog: Release Notes
Build the best JSON viewing experience across all modern web frameworks with a focus on:
- ✅ Performance
- ✅ Developer experience
- ✅ Accessibility
- ✅ Open collaboration
Become the go-to solution for JSON visualization in web applications, with support for every major framework and a thriving open-source community.
We ❤️ contributions! Here's how you can help:
- 🐛 Report Bugs: Open an issue
- 💡 Suggest Features: Start a discussion
- 🔧 Submit PRs: Check our Contribution Guide
- ⭐ Star Projects: Show your support!
All JsonViewer projects are licensed under the MIT License - see individual repositories for details.
- 💬 Discussions: GitHub Discussions
- 🐛 Issues: Report a Bug
- 📧 Email: info@jsonviewer.dev (Coming Soon)
- 🌐 Website: jsonviewer.dev (Coming Soon)
Made with ❤️ by the JsonViewer Community
⭐ Star us on GitHub — it motivates us a lot! ⭐
