Skip to content

Add comments to config.example.json using commentjson library #65

@tomreece

Description

@tomreece

This library https://commentjson.readthedocs.org/en/latest/ will let us write comments like:

{
    "name": "Vaidik Kapoor", # Person's name
    "location": "Delhi, India", // Person's location

    # Section contains info about
    // person's appearance
    "appearance": {
        "hair_color": "black",
        "eyes_color": "black",
        "height": "6"
    }
}

@eengstrom

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions