Module

Simple.JSON

Package
purescript-simple-json
Repository
justinwoo/purescript-simple-json

#readJSON Source

readJSON :: forall a. ReadForeign a => String -> F a

Read a JSON string to a type a using F a. Useful with record types.

#ReadForeign Source

class ReadForeign a  where

A class for reading foreign values to a type. Warning: This class should not be instantiated.

Members

Instances

#ReadForeignFields Source

class ReadForeignFields (xs :: RowList)  where

A class for reading foreign values from properties. Warning: This class should not be instantiated.

Members

Instances

Modules
Simple.JSON