THRIFT-1510:There should be an implementation of the JsonProtocol for ruby
authorJake Farrell <jfarrell@apache.org>
Tue, 31 Jan 2012 03:39:30 +0000 (03:39 +0000)
committerJake Farrell <jfarrell@apache.org>
Tue, 31 Jan 2012 03:39:30 +0000 (03:39 +0000)
commit6f0f52758381643ac80172d2c53c00e00c898a8e
tree96be41d9c1ead706747a3d8e4d3469868cd07320
parentc00d83b26a4ae5211e2e7a92c6b8c377aded7b4e
THRIFT-1510:There should be an implementation of the JsonProtocol for ruby
Client: ruby
Patch: Wim Crols

JSON impl for ruby

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1238144 13f79535-47bb-0310-9956-ffa450edef68
lib/rb/lib/thrift.rb
lib/rb/lib/thrift/protocol/json_protocol.rb [new file with mode: 0644]
lib/rb/spec/json_protocol_spec.rb [new file with mode: 0644]