-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Encoders of JSON AST -- -- Encoders of JSON AST @package json-ast-json-encoder @version 0.1 module JSONAST.JSONEncoder json :: Value JSON jsonObject :: Value (HashMap Text JSON) jsonArray :: Value (Vector JSON) jsonString :: Value Text jsonNumber :: Value Scientific jsonBoolean :: Value Bool jsonNull :: Value ()