{"id":21046002,"url":"https://github.com/texnomic/jsonviewer","last_synced_at":"2026-03-04T22:32:01.369Z","repository":{"id":37885971,"uuid":"275803382","full_name":"Texnomic/JsonViewer","owner":"Texnomic","description":"ASP.NET Core JsonViewer Component for Server-Side Blazor Based-on Alenaksu's Json-Viewer https://github.com/alenaksu/json-viewer.","archived":false,"fork":false,"pushed_at":"2023-09-24T13:17:47.000Z","size":252,"stargazers_count":15,"open_issues_count":11,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T14:52:52.127Z","etag":null,"topics":["blazor","json","web-component"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Texnomic.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}},"created_at":"2020-06-29T12:08:02.000Z","updated_at":"2024-08-16T14:46:25.000Z","dependencies_parsed_at":"2023-09-24T16:05:24.591Z","dependency_job_id":null,"html_url":"https://github.com/Texnomic/JsonViewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Texnomic%2FJsonViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Texnomic%2FJsonViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Texnomic%2FJsonViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Texnomic%2FJsonViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Texnomic","download_url":"https://codeload.github.com/Texnomic/JsonViewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254397511,"owners_count":22064515,"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":["blazor","json","web-component"],"created_at":"2024-11-19T14:27:39.564Z","updated_at":"2026-03-04T22:32:01.314Z","avatar_url":"https://github.com/Texnomic.png","language":"HTML","funding_links":["https://img.shields.io/static/v1?logo=PayPal\u0026label=PayPal\u0026message=https://www.paypal.me/texnomic\u0026color=blue","https://www.paypal.me/texnomic"],"categories":[],"sub_categories":[],"readme":"![Blazor](https://raw.githubusercontent.com/Texnomic/JsonViewer/master/Logo.png)\n## Texnomic.Blazor.JsonViewer\n\n![NuGet](https://img.shields.io/nuget/vpre/Texnomic.Blazor.JsonViewer?logo=NuGet\u0026label=NuGet%20%7C%20Texnomic.Blazor.JsonViewer\u0026logoColor=blue\u0026color=blue)\n\nASP.NET Core JsonViewer Component for Server-Side Blazor Based-on [Alenaksu's Json-Viewer](https://github.com/alenaksu/json-viewer).\n\n## Installation\n\n```pwsh\nPM\u003e Install-Package Texnomic.Blazor.JsonViewer\n```\n\n## Setup\n\n\n1. Reference hCaptcha \u0026 NuGet Package JavaScript Files In `Pages/_Host.cshtml` File:\n\n    ```html\n    \u003chead\u003e\n       \u003cscript src=\"_content/Texnomic.Blazor.JsonViewer/scripts/JsonViewer.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n    \u003c/head\u003e\n    ```\n\n2. Drop-In JsonViewer Component \u0026 Bind Element Reference In `Example.razor` File:\n\n    ```html\n    @using Texnomic.Blazor.JsonViewer\n\n    \u003cJsonViewer @ref=\"JsonViewerInstance\"\u003e\u003c/JsonViewer\u003e\n    ```\n\n3. Create Backing Element Reference In `Example.razor.cs` File:\n\n    ```csharp\n    using Texnomic.Blazor.JsonViewer;\n\n    protected JsonViewer JsonViewerInstance { get; set; }\n\n    protected async ValueTask Example(string Json)\n    {\n        await JsonViewerInstance.Render(Json);\n    }\n    ```\n\n\n\n\n## Donations\n\n* [![PayPal](https://img.shields.io/static/v1?logo=PayPal\u0026label=PayPal\u0026message=https://www.paypal.me/texnomic\u0026color=blue)](https://www.paypal.me/texnomic)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexnomic%2Fjsonviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftexnomic%2Fjsonviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexnomic%2Fjsonviewer/lists"}