Description
Reads and writes JSON5, a relaxed JSON-like format that allows conveniences such as comments and trailing commas. It helps Python tools accept configuration files that are easier for people to edit.
Use it when a project intentionally supports JSON5 rather than strict JSON. Applications should still validate parsed configuration before using values for file paths, commands, or network settings.