Module

Data.JSON.Definition

Package
purescript-json-schema
Repository
felixmulder/purescript-json-schema

#Definition Source

newtype Definition a

Constructors

Instances

#Reference Source

newtype Reference a

Constructors

Instances

#RecordDefinition Source

class RecordDefinition a  where

Members

Instances

#IsType Source

class IsType a  where

Members

Instances

#TypeOf Source

data TypeOf

Instances

#RowToProperty Source

class RowToProperty (xs :: RowList)  where

Members

Instances

#showJson Source

showJson :: forall a. Definition a -> String

Write a Definition a to a JSON string

#showYaml Source

showYaml :: forall a. Definition a -> String

Write a Definition a to a YAML string