What version are you running?
I am using the version 2.0.17 (https://reviews.apache.org)
What's the URL of the page containing the problem?
It's an API issue. It's not a page issue
What steps will reproduce the problem?
1. Request the json info of a review through API.
2. Try to parse the json data
What is the expected output? What do you see instead?
I expected a valid json string instead of receive a invalid json string
What operating system are you using? What browser?
Any. I was testing a python script
Please provide any additional information below.
I started to contribute to Apache Mesos project and in this project Review board is used to review the patches (https://goo.gl/iXB3oI). In the project there is a python script to download and apply patches. When the review info was downloaded the json parse failed because the board sent a invalid json string. The json string can be found in the attachments.