Hydra.Langs.Json.Coder
jsonCoder :: Type -> Flow Graph (Coder Graph Graph Term Value) Source #
literalJsonCoder :: LiteralType -> Flow Graph (Coder Graph Graph Literal Value) Source #
untypedTermToJson :: Term -> Flow s Value Source #
A simplistic, unidirectional encoding for terms as JSON values. Not type-aware; best used for human consumption.