json2-types-0.1: Defined JSON data types and function for renders JSON to string.

Data.JSON2.Types

Description

Base data types and function for escape JSON string and renders Json to String.

Synopsis

Documentation

type Jsons = [Json]Source

toString :: Json -> StringSource

Renders Json to String.

escJString :: String -> StringSource

Escape JSON string.