Add Java JSON protocol implementation.
authorDavid Reiss <dreiss@apache.org>
Fri, 7 Mar 2008 20:12:20 +0000 (20:12 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 7 Mar 2008 20:12:20 +0000 (20:12 +0000)
commitea5e75af3ba79dc8a2893f959d52d284e806de86
treea7f6257b2c96c1906c7e0e1db5bbe6cf079b6f7d
parenta7f879b81f9058c5843d5b1bffeb8224db1c3a3b
Add Java JSON protocol implementation.

Implement full-featured JSON protocol, low-level base-64 encode/decode
methods, and related tests.

Conflicts (resolved by dreiss):

test/java/build.xml

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665562 13f79535-47bb-0310-9956-ffa450edef68
lib/java/src/protocol/TBase64Utils.java [new file with mode: 0644]
lib/java/src/protocol/TJSONProtocol.java [new file with mode: 0644]
test/java/build.xml
test/java/src/JSONProtoTest.java [new file with mode: 0644]