Module Data.Argonaut.Printer Printer class Printer a where printJson :: Json -> a Instances instance printerString :: Printer String