husk-scheme-libs-0.0.1: Extra libraries for the husk Scheme platform.

Portabilityportable
Maintainergithub.com/justinethier
Safe HaskellSafe-Infered

Language.Scheme.Plugins.JSON

Description

This file implements an interface to Text.JSON that may be called directly from husk using the FFI.

Synopsis

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