yocto-1.0.1: A Minimal JSON Parser & Printer for Haskell

Safe HaskellSafe-Inferred

Text.JSON.Yocto

Description

A Minimal JSON Parser & Printer

Synopsis

Documentation

decode :: String -> ValueSource

Decodes a Value from a String.

encode :: Value -> StringSource

Encodes a Value to a String.

data Value Source

Represents arbitrary JSON data.