aeson-schemas-1.2.0: Easily consume JSON data on-demand with type-safety

MaintainerBrandon Chinn <brandon@leapyear.io>
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Data.Aeson.Schema.Show

Contents

Description

Utilities for showing a schema. Meant to be imported qualified.

Synopsis

Documentation

showSchemaType :: SchemaType -> String Source #

Pretty show the given SchemaType.

Re-exports

data SchemaKey Source #

A key in a JSON object schema.

Constructors

NormalKey String 
PhantomKey String

A key that doesn't actually exist in the object, but whose content should be parsed from the current object.

Instances
Show SchemaKey Source # 
Instance details

Defined in Data.Aeson.Schema.Key