jsonlogic-aeson-0.1.0.0: JsonLogic Aeson Support
Copyright(c) Marien Matser Gerard van Schie Jelle Teeuwissen 2022
LicenseMIT
Maintainerjelleteeuwissen@hotmail.nl
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

JsonLogic.Aeson

Description

 
Synopsis

Documentation

readJson :: String -> Maybe Json Source #

Read json from string and decode it into a Json object

prettyPrintJson :: Json -> IO () Source #

Pretty print the Json

Orphan instances

ToJSON Json Source # 
Instance details

FromJSON Json Source # 
Instance details