{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"Converts JSON data structures into HTML tables for human-readable display, with support for nested objects, arrays, and custom table attributes.","skillfed_tags":["json-conversion","html-generation"],"use_cases":["Convert API response JSON into an HTML table for email reports or web display","Transform configuration or data files into human-readable tabular format for documentation","Generate quick HTML previews of JSON data during development or debugging","Build web dashboards that display structured JSON data as styled HTML tables","Export nested JSON records as flat HTML tables with automatic grouping of repeated object keys"],"what_it_does":"json2html is a Python library that transforms JSON objects into HTML table markup. It takes JSON input (as a string or Python dict/list) and generates a formatted HTML table, making structured data human-readable and shareable in web contexts.\n\nThe package handles arrays of objects by default grouping rows when keys match (\"clubbing\"), supports custom HTML attributes like id and class on generated tables, and includes XSS protection through HTML escaping of text nodes. It has no runtime dependencies, making it lightweight to install, but has been dormant since 2019 with no updates for modern Python versions.","worth_installing":"Yes, if you need simple JSON-to-HTML table conversion and can tolerate dormant maintenance. The package is lightweight, permissively licensed, and has no dependencies. However, verify compatibility with your Python version first\u2014the lack of updates since 2019 and unspecified Python support mean you may encounter issues on modern Python versions. Not recommended for production systems requiring active maintenance or security updates."},"id":"json2html","links":{"html":"https://skillfed.io/packages/json2html","md":"https://skillfed.io/packages/json2html.md","pypi":"https://pypi.org/project/json2html/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2019-07-03","license_spdx":null,"license_treatment":"permissive","name":"json2html","python_support":"unspecified","summary":"JSON to HTML Table Representation"},"popularity":{"monthly_downloads":1447553,"position":3889,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
