ghcjs-base-0.2.0.0: JavaScript/JSON.hs
module JavaScript.JSON where
import JavaScript.JSON.Types
import JavaScript.JSON.Types.Internal
{-
class FromJSON a where
parseJSON :: Value -> Parser a
class ToJSON a where
toJSON :: a -> Value
-}
module JavaScript.JSON where
import JavaScript.JSON.Types
import JavaScript.JSON.Types.Internal
{-
class FromJSON a where
parseJSON :: Value -> Parser a
class ToJSON a where
toJSON :: a -> Value
-}