| Issue 3107: | Tiny documentation error in List Projects REST API | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jan 20, 2015
(No comment was entered for this change.)
Status:
Submitted
Labels: FixedIn-2.10
Jan 27, 2015
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |