greskell-websocket-1.0.0.4: Haskell client for Gremlin Server using WebSocket serializer
MaintainerToshio Ito <[email protected]>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Greskell.WebSocket.Codec.JSON

Description

 
Synopsis

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.