packages feed

ghcjs-base-stub-0.3.0.1: ghcjs-base/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
-}