The json5 format is a extension of the json format, and is more human readable and easier to write. The main advantages:
- support comments
- trailing commas allowed.
- no quotation needed for keys.
More details are found on the official web site of json5
The json5 is parsed by python package pyjson5