Github user grepsr commented on the pull request:
https://github.com/apache/thrift/pull/605#issuecomment-139897329
THRIFT-3323
Done, thanks!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does no
Github user Jens-G commented on the pull request:
https://github.com/apache/thrift/pull/605#issuecomment-139896185
Hi,
if you could just [file a JIRA ticket with all
details](http://thrift.apache.org/docs/HowToContribute) and link it to this PR
by mentioning the ticket numbe
GitHub user grepsr opened a pull request:
https://github.com/apache/thrift/pull/605
Update TJSONProtocol.py
According to JSON spec a forward slash "/" may be escaped too; and when
that happened, it triggered an issue with deserializing the object.
This small fix addresses t