3941: JSON data invalid

guilhe*******@gmai***** (Google Code) (Is this you? Claim this profile.)
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.
chipx86
#1 chipx86
This looks like something is re-normalizing the resulting JSON. Can I perhaps see your script?

I can't at all reproduce this, either locally or against the API on reviews.apache.org using:

    curl https://reviews.apache.org/api/review-requests/37266/

Are you able to reproduce this using curl?
  • +NeedInfo
david
#2 david
  • -NeedInfo
    +Incomplete