Skip to main content

JSON object to human readable HTML representation

Project description

Python wrapper to convert JSON object into a human readable HTML representation.

Features

  1. User-friendly readable format.

  2. Easy to style for different purposes.

Installation

$ pip install json2html

Or, Download here and run python setup.py install after changing directory to /json2html

Example Usage

from json2html import *
json2html.convert(json = {"name":"softvar","age":"21"})

#or
j = {"name":"softvar","age":21}
html = json2html.convert(json = j)
print html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

json2html-0.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page