Re: Erlang implementation of the JSON protocol

2011-06-29 Thread Peter Neumark
Hi, I created an issue and uploaded the patch, hopefully not making too many mistakes in the process. Peter On Tue, Jun 28, 2011 at 4:46 AM, Bryan Duxbury wrote: > Hey, thanks for making the effort to contribute! > > The best next step would be to open a ticket in our JIRA and attach a > patch

Re: Erlang implementation of the JSON protocol

2011-06-27 Thread Bryan Duxbury
Hey, thanks for making the effort to contribute! The best next step would be to open a ticket in our JIRA and attach a patch. On Mon, Jun 27, 2011 at 11:55 AM, Peter Neumark wrote: > I have written a thrift json protocol implementation for erlang. > > My implementation of the protocol may be fou

Erlang implementation of the JSON protocol

2011-06-27 Thread Peter Neumark
I have written a thrift json protocol implementation for erlang. My implementation of the protocol may be found here: https://github.com/postlock/thrift/blob/trunk/lib/erl/src/thrift_json_protocol.erl A modified version of the erlang thrift tutorial which uses my implementation over HTTP to talk