Description
Reads and writes Hjson, a friendlier configuration format based on JSON. It allows comments and a less rigid syntax, which makes configuration files easier for people to maintain without losing a structured data format.
Use it when a Python project accepts Hjson files or needs to convert them to normal JSON. It is a programming library and helper, not a general text editor.