Safe Haskell | None |
---|---|
Language | Haskell98 |
- module Thrift.Protocol
- data JSONProtocol t = JSONProtocol t
Documentation
module Thrift.Protocol
data JSONProtocol t Source
The JSON Protocol data uses the standard TSimpleJSONProtocol
. Data is
encoded as a JSON ByteString
JSONProtocol t | Construct a |