json5 · PyPI
https://pypi.org/project/json5The json5.tool command line tool no longer supports reading from multiple files, you can now only read from a single file or from standard input. The implementation no longer relies on the standard json module for anything. The output should still match the json module (except as noted above) and discrepancies should be reported as bugs.
JSON5 | JSON for Humans
https://json5.orgThe JSON5 Data Interchange Format (JSON5) is a superset of JSON that aims to alleviate some of the limitations of JSON by expanding its syntax to include some productions from ECMAScript 5.1. This JavaScript library is the official reference implementation for JSON5 parsing and serialization libraries.
json5 · PyPI
pypi.org › project › json5The json5.tool command line tool no longer supports reading from multiple files, you can now only read from a single file or from standard input. The implementation no longer relies on the standard json module for anything. The output should still match the json module (except as noted above) and discrepancies should be reported as bugs.