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 <neumark.pe...@gmail.com>wrote: > 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 to the same server that the javascript > tutorial uses: > https://github.com/postlock/thrift/blob/trunk/tutorial/erl/json_client.erl > > Finally, it should be noted that the code depends on JSX: > https://github.com/talentdeficit/jsx > > I haven't had time to run a huge amount of tests on it yet, but the > tutorial > seems to work fine. > What are the steps needed to get this into the official thrift codebase? > > Peter >