[Webkit-unassigned] [Bug 124268] Web Inspector: Build script can't handle line or block comments in Inspector.json.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 13 13:10:55 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124268





--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2013-11-13 13:09:35 PST ---
I assume this is because you had added some comments to Inspector.json?

JSON is solely about data, and comments aren't allowed:
<http://www.ietf.org/rfc/rfc4627.txt>

The error you're seeing actually comes from the Python json library failing to parse the input file. Python's json parser probably adheres to the JSON spec and comments would be invalid.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list