Metadata-Version: 2.1
Name: datasette-pretty-json
Version: 0.2
Summary: Datasette plugin that pretty-prints any column values that are valid JSON objects or arrays
Home-page: https://github.com/simonw/datasette-pretty-json
Author: Simon Willison
License: Apache License, Version 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: datasette

# datasette-pretty-json

[![PyPI](https://img.shields.io/pypi/v/datasette-pretty-json.svg)](https://pypi.org/project/datasette-pretty-json/)
[![Travis CI](https://travis-ci.com/simonw/datasette-pretty-json.svg?branch=master)](https://travis-ci.com/simonw/datasette-pretty-json)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette-pretty-json/blob/master/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).


