katydid-0.4.0.2: A haskell implementation of Katydid

Safe HaskellSafe
LanguageHaskell2010

Data.Katydid.Parser.Json

Contents

Description

This module contains the Json Parser.

Synopsis

Documentation

decodeJSON :: String -> Either String [JsonTree] Source #

decodeJSON returns a JsonTree, given an input string.

type JsonTree = Tree Label Source #

JsonTree is a tree that can be validated by Relapse.

Orphan instances