Deadpan-DDP-0.2.0.1: Write clients for Meteor's DDP Protocol

Safe HaskellNone
LanguageHaskell2010

Data.EJson.EJson

Description

Currently EJson functionality is built on top of the Value type.

Functions are written to convert back and forth between EJsonValue and Value.

This has some negative impact on performance, but aids simplicity.

Documentation

data EJsonValue Source

Instances

Eq EJsonValue 
Num EJsonValue 
Show EJsonValue 
IsString EJsonValue 
ToJSON EJsonValue

A ToJSON instance is provided for EJsonValue in order to be able to take advantage of the Aeson functionality.

This is not used internally.

FromJSON EJsonValue

A FromJSON instance is provided for EJsonValue in order to be able to take advantage of the Aeson functionality.

This is not used internally.

Monoid EJsonValue