| Name | ckanext-json-viewer JSON |
| Version |
1.0.4
JSON |
| download |
| home_page | None |
| Summary | JSON tree preview |
| upload_time | 2025-10-25 09:42:46 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | None |
| license | AGPL |
| keywords |
ckan
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
|
# ckanext-json-viewer
A CKAN extension that provides an interactive JSON viewer for resource visualization, powered by [json-viewer](https://github.com/andypf/json-viewer).

Features
- Interactive JSON visualization with collapsible tree structure
- Syntax highlighting for better readability
- Easy navigation through complex JSON data
- Seamless integration with CKAN's resource views
## Requirements
Compatibility with core CKAN versions:
| CKAN version | Compatible? |
| --------------- | ------------- |
| 2.9 and earlier | not tested |
| 2.10+ | yes |
## Installation
Install from source
```sh
pip install -e .
```
Or use `pip`
```sh
pip install ckanext-json-viewer
```
Enable the plugin and the view in your CKAN config file:
```
ckan.plugins = json_viewer
ckan.views.default_views = json_viewer
```
## Config settings
See [config declaration file](./ckanext/json_viewer/config_declaration.yml)
## Tests
To run the tests, do:
```sh
pytest --ckan-ini=test.ini
```
## License
[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
Raw data
{
"_id": null,
"home_page": null,
"name": "ckanext-json-viewer",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "CKAN",
"author": null,
"author_email": "Oleksandr Cherniavskyi <mutantsan@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/35/95/4a085129ba9536674aa6845601ffe2817015423f93f77db5fa8d11467e36/ckanext_json_viewer-1.0.4.tar.gz",
"platform": null,
"description": "# ckanext-json-viewer\n\nA CKAN extension that provides an interactive JSON viewer for resource visualization, powered by [json-viewer](https://github.com/andypf/json-viewer).\n\n\n\nFeatures\n\n- Interactive JSON visualization with collapsible tree structure\n- Syntax highlighting for better readability\n- Easy navigation through complex JSON data\n- Seamless integration with CKAN's resource views\n\n\n## Requirements\n\nCompatibility with core CKAN versions:\n\n| CKAN version | Compatible? |\n| --------------- | ------------- |\n| 2.9 and earlier | not tested |\n| 2.10+ | yes |\n\n\n## Installation\n\nInstall from source\n```sh\npip install -e .\n```\n\nOr use `pip`\n```sh\npip install ckanext-json-viewer\n```\n\nEnable the plugin and the view in your CKAN config file:\n```\nckan.plugins = json_viewer\nckan.views.default_views = json_viewer\n```\n\n## Config settings\n\nSee [config declaration file](./ckanext/json_viewer/config_declaration.yml)\n\n## Tests\n\nTo run the tests, do:\n```sh\npytest --ckan-ini=test.ini\n```\n\n## License\n\n[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)\n",
"bugtrack_url": null,
"license": "AGPL",
"summary": "JSON tree preview",
"version": "1.0.4",
"project_urls": {
"Homepage": "https://github.com/DataShades/ckanext-json-viewer"
},
"split_keywords": [
"ckan"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "df4a267f8b48c727d11f2e854977df737a7bdb92423409371e478e7ecfef8281",
"md5": "8d29db6c8bed7634437bb706e5c2a50a",
"sha256": "68f1fd0c567f5c0fdf41b4870c2e136ce23f7938575d9eb5d497d05ea38039be"
},
"downloads": -1,
"filename": "ckanext_json_viewer-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8d29db6c8bed7634437bb706e5c2a50a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 32843,
"upload_time": "2025-10-25T09:42:45",
"upload_time_iso_8601": "2025-10-25T09:42:45.122350Z",
"url": "https://files.pythonhosted.org/packages/df/4a/267f8b48c727d11f2e854977df737a7bdb92423409371e478e7ecfef8281/ckanext_json_viewer-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "35954a085129ba9536674aa6845601ffe2817015423f93f77db5fa8d11467e36",
"md5": "4d2584e6d27f59b68fa282c88f739a11",
"sha256": "da2d2bf35f3cabd4b71f50eaff870f361562e02d961b3877b09eb2a76198e3f4"
},
"downloads": -1,
"filename": "ckanext_json_viewer-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "4d2584e6d27f59b68fa282c88f739a11",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 130487,
"upload_time": "2025-10-25T09:42:46",
"upload_time_iso_8601": "2025-10-25T09:42:46.663719Z",
"url": "https://files.pythonhosted.org/packages/35/95/4a085129ba9536674aa6845601ffe2817015423f93f77db5fa8d11467e36/ckanext_json_viewer-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-25 09:42:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DataShades",
"github_project": "ckanext-json-viewer",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "ckanext-json-viewer"
}