Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/datasette-pretty-json
Datasette plugin that pretty-prints any column values that are valid JSON objects or arrays
https://github.com/simonw/datasette-pretty-json
datasette datasette-io datasette-plugin json
Last synced: 3 months ago
JSON representation
Datasette plugin that pretty-prints any column values that are valid JSON objects or arrays
- Host: GitHub
- URL: https://github.com/simonw/datasette-pretty-json
- Owner: simonw
- License: apache-2.0
- Created: 2019-01-26T19:30:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T02:33:02.000Z (10 months ago)
- Last Synced: 2024-10-06T20:44:01.407Z (3 months ago)
- Topics: datasette, datasette-io, datasette-plugin, json
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datasette-pretty-json
[![PyPI](https://img.shields.io/pypi/v/datasette-pretty-json.svg)](https://pypi.org/project/datasette-pretty-json/)
[![Changelog](https://img.shields.io/github/v/release/simonw/datasette-pretty-json?include_prereleases&label=changelog)](https://github.com/simonw/datasette-pretty-json/releases)
[![Tests](https://github.com/simonw/datasette-pretty-json/workflows/Test/badge.svg)](https://github.com/simonw/datasette-pretty-json/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-pretty-json/blob/main/LICENSE)[Datasette](https://github.com/simonw/datasette) plugin that pretty-prints any column values that are valid JSON objects or arrays.
You may also be interested in [datasette-json-html](https://github.com/simonw/datasette-json-html).