Maintainer | Toshio Ito <[email protected]> |
---|---|
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Network.Greskell.WebSocket.Codec.JSON
Description
Synopsis
- jsonCodec :: FromGraphSON s => Codec s
Documentation
jsonCodec :: FromGraphSON s => Codec s Source #
Simple "application/json" codec.
The encoder uses GraphSON v1 format. The decoder supports all GraphSON v1, v2 and v3.