katydid-0.1.0.0: A haskell implementation of Katydid

Safe HaskellSafe
LanguageHaskell2010

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