jsonhumanize Package

jsonhumanize Package

jsonhumanize.__init__.main()[source]

jsonhumanize Module

class jsonhumanize.jsonhumanize.JsonHuman(keep_order=False, **kwargs)[source]

Bases: object

Convert JSON to human readable HTML

Process a JSON string and produce a styled HTML table for improve human readability.

format(json_string)[source]

Process a JSON string to HTML table

Project Versions

Table Of Contents

This Page