Complete the proper handling of all special characters in JSON strings for TJSONProtocol
authorMark Slee <mcslee@apache.org>
Wed, 28 Nov 2007 02:45:13 +0000 (02:45 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 28 Nov 2007 02:45:13 +0000 (02:45 +0000)
commitd602f822d50bec166cd34c8ece170b13694268a9
treede260a0f17222f6899e945103103febafa68f26a
parentb22df7c9639335ce336ba977312b2ad25180595e
Complete the proper handling of all special characters in JSON strings for TJSONProtocol

Reviewed By: dreiss

Test Plan: test/java/TestClient

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665373 13f79535-47bb-0310-9956-ffa450edef68
lib/java/src/TByteArrayOutputStream.java [new file with mode: 0644]
lib/java/src/protocol/TJSONProtocol.java
lib/java/src/transport/TFramedTransport.java