Skip to content

Inpurt script switches to json5 format #94

@wanghan-iapcm

Description

@wanghan-iapcm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions