Unable to display notes: Http failure during parsing for https://cdn.dl.k8s.io/release/v1.35.0/release-notes.json

Hi Support

when checking the Release Note of 1.35 with https://relnotes.k8s.io/, it is shown as below:
Unable to display notes: Http failure during parsing for https://cdn.dl.k8s.io/release/v1.35.0/release-notes.json

If anyone met? and how to fix it?

Thanks

BRs/Minpu

When using json format, it parsed with below

Parse error on line 5672:
... "feature": true,  },  "135609": {   
----------------------^
Expecting 'STRING', got '}'

Then need remove “,” in line 5672:

    "feature": true,

to

    "feature": true