-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Example uses of the JSON-Combinator library. -- -- Example uses of the JSON-Combinator library. -- -- The example JSON files use a specific JSON format because of a bug -- in json (Text.JSON). @package JSON-Combinator-Examples @version 0.0.1 module Text.JSON.Combinator.Examples -- | Using both Text.JSON and Text.JSONb, then given a -- file name of a JSON object, go through each field of that object and: -- -- -- -- then pretty-print the result of each of the parsers. example1 :: FilePath -> IO ()