• vrighter@discuss.tchncs.de
    link
    fedilink
    arrow-up
    5
    ·
    10 months ago

    json 5 does support comments. alternatively, yaml is a superset of json. any valid json is also valid yaml. but yaml also supports comments. So you can also write json with comments, and use a yaml parser on it, instead of a standard json parser