Page MenuHomePhabricator

Make code editor understand JSON with comments and trailing commas
Open, Needs TriagePublic

Description

MediaWiki uses a more relaxed form of JSON that permits both // style comments and unneeded trailing commas. But codeeditor that we use to edit that json shows error on the first comment or comma, and does not show any real errors. This is especially evident when designing a new graph in https://en.wikipedia.org/wiki/Special:GraphSandbox