| License | MIT |
|---|---|
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Composite.Aeson.WriteOnly
Description
Exports WriteOnly indicators for JsonProfunctor.
Documentation
data WriteOnlyJsonField Source #
Instances
| Show WriteOnlyJsonField Source # | |
Defined in Composite.Aeson.WriteOnly Methods showsPrec :: Int -> WriteOnlyJsonField -> ShowS # show :: WriteOnlyJsonField -> String # showList :: [WriteOnlyJsonField] -> ShowS # | |
writeOnlyJsonFormat :: (a -> Value) -> JsonFormat e a Source #