Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).