{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/4"}],"enrichment":{"capability":"Parses and generates Hjson (a human-friendly JSON variant with comments, unquoted keys, and relaxed syntax) and converts between Hjson and standard JSON formats.","skillfed_tags":["config-format","json-variant","cli-tool"],"use_cases":["Parse configuration files written in Hjson format with comments and unquoted keys instead of strict JSON.","Convert human-written Hjson data to Python objects or standard JSON for downstream processing.","Use the command-line tool to validate or reformat Hjson files to JSON on the fly.","Embed Hjson parsing in applications that accept user-friendly configuration syntax.","Store structured data with inline comments in a format more readable than JSON."],"what_it_does":"hjson is a Python parser and encoder for Hjson, a human-friendly variant of JSON that allows comments, unquoted keys, trailing commas, and other relaxations to make configuration files and data more readable. It provides `loads()` and `dumps()` functions to convert between Hjson text and Python objects, plus `dumpsJSON()` to output strict JSON. The package has no runtime dependencies and works as a pure Python library.\n\nIt's useful when you want JSON-like data structures but need the flexibility of comments and relaxed syntax for configuration files or hand-edited data. The package includes a command-line tool for converting between Hjson and JSON formats. However, maintenance is aging\u2014the last release was in 2022\u2014so it may not receive updates for newer Python versions or security issues.","worth_installing":"Yes, if you need Hjson support and accept the aging maintenance status. The package is stable, has no known vulnerabilities, and carries no install friction. However, verify that it supports your target Python version, since classifiers only list up to 3.5 and the last release was 2022; for modern Python projects, confirm compatibility before committing to it."},"id":"hjson","links":{"html":"https://skillfed.io/packages/hjson","md":"https://skillfed.io/packages/hjson.md","pypi":"https://pypi.org/project/hjson/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2022-08-13","license_spdx":null,"license_treatment":"permissive","name":"hjson","python_support":"unspecified","summary":"Hjson, a user interface for JSON."},"popularity":{"monthly_downloads":5543005,"position":2078,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.1.0"}
