[jira] [Commented] (THRIFT-1745) Python JSON protocol

2012-11-02 Thread Frederic Delbos (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13489311#comment-13489311 ] Frederic Delbos commented on THRIFT-1745: - Yes there is a typo

Re: Python JSON protocol implementation

2012-10-30 Thread Frederic Delbos
have this within test/py test/py/ThriftTest.thrift client and server test/test.shcross language test suite tutorial/py tutorial.thrift implementation http://thrift.apache.org/docs/HowToContribute/ thanks -roger ;-r -Ursprüngliche Nachricht- Von: Frederic Delbos

[jira] [Updated] (THRIFT-1745) Python JSON protocol

2012-10-30 Thread Frederic Delbos (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frederic Delbos updated THRIFT-1745: Patch Info: Patch Available Python JSON protocol

[jira] [Updated] (THRIFT-1745) Python JSON protocol

2012-10-30 Thread Frederic Delbos (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frederic Delbos updated THRIFT-1745: Attachment: TJSONProtocol.py Python JSON protocol

Python JSON protocol implementation

2012-10-24 Thread Frederic Delbos
Hello, I have written a python JSON protocol implementation : https://gist.github.com/3948701 I'm in the process of testing it... If the Thrift team is interested I would like to integrate it to the project. What are the requirements (test, code...) ? bye -- Frederic DELBOS

Re: Python JSON protocol implementation

2012-10-24 Thread Frederic Delbos
tutorial.thrift implementation http://thrift.apache.org/docs/HowToContribute/ thanks -roger ;-r -Ursprüngliche Nachricht- Von: Frederic Delbos [mailto:fred.del...@gmail.com] Gesendet: Mittwoch, 24. Oktober 2012 22:56 An: dev@thrift.apache.org Betreff: Python JSON protocol

Re: Python JSON protocol implementation

2012-10-24 Thread Frederic Delbos
it against the JavaScript version. But that's totally up to you, at least Java and C++ implement this protocol already. Merci! Henrique On 24 October 2012 23:25, Frederic Delbos fred.del...@gmail.com wrote: Thank for the answer, I'll get back to you soon. 2012/10/24 Roger Meier ro