Issue 3107: Tiny documentation error in List Projects REST API
Status:  Released
Owner: ----
Closed:  Jan 2015
Reported by matthew....@gmail.com, Jan 20, 2015
Affected Version: 2.9.4

What steps will reproduce the problem?
1. Try to parse the JSON Response provided in the example here (after removing the gerrit header):
   https://gerrit-documentation.storage.googleapis.com/Documentation/2.9.4/rest-api-projects.html#list-projects

What is the expected output? What do you see instead?
Parsing with the Python JSON parser returns this:
  ValueError: Expecting property name: line 11 column 3 (char 232)

The JSON is not valid - the second project ("external/gcc") has an extraneous comma after the "id" entry.
Jan 20, 2015
#1 matthew....@gmail.com
Additional - I just noticed that the next example output down the page has the same error.
Jan 20, 2015
Project Member #2 edwin.ke...@gmail.com
https://gerrit-review.googlesource.com/63366
Status: ChangeUnderReview
Jan 20, 2015
Project Member #3 edwin.ke...@gmail.com
(No comment was entered for this change.)
Status: Submitted
Labels: FixedIn-2.10
Jan 27, 2015
Project Member #4 ziv...@gmail.com
(No comment was entered for this change.)
Status: Released