Skip to content

utils: remove comments from platform JSON

Darryl Green requested to merge github/fork/bjackman/fix-platform-json into master

Created by: bjackman

Proper JSON doesn't actually allow comments -_-

Python 2.7.6's JSON parser throws a ValueError when trying to parse these files.

Merge request reports