Module
Type.Trout.ContentType.JSON
- Package
- purescript-trout
- Repository
- owickstrom/purescript-trout
#JSON Source
data JSON
A content type, corresponding to the application/json
media type.
Instances
HasMediaType JSON
(EncodeJson a) => MimeRender a JSON String
(DecodeJson a) => MimeParse String JSON a
(EncodeJson a) => AllMimeRender a JSON String