Portability | portable |
---|---|
Maintainer | github.com/justinethier |
Safe Haskell | Safe-Infered |
Language.Scheme.Plugins.JSON
Description
This file implements an interface to Text.JSON that may be called directly from husk using the FFI.
- jsDecode :: [LispVal] -> IOThrowsError LispVal
- jsDecodeStrict :: [LispVal] -> IOThrowsError LispVal
- jsEncode :: [LispVal] -> IOThrowsError LispVal
- jsEncodeStrict :: [LispVal] -> IOThrowsError LispVal
- _test :: IO ()
- _testDecodeEncode :: String -> IO ()
Documentation
jsDecode :: [LispVal] -> IOThrowsError LispValSource
Wrapper for Text.JSON.decode
jsDecodeStrict :: [LispVal] -> IOThrowsError LispValSource
Wrapper for Text.JSON.decodeStrict
jsEncode :: [LispVal] -> IOThrowsError LispValSource
Wrapper for Text.JSON.encode
jsEncodeStrict :: [LispVal] -> IOThrowsError LispValSource
Wrapper for Text.JSON.encodeStrict
_testDecodeEncode :: String -> IO ()Source