| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Managed.Instances.JSON
Contents
Orphan instances
| ToJSON AgentException Source # | |
Methods toJSON :: AgentException -> Value # toEncoding :: AgentException -> Encoding # toJSONList :: [AgentException] -> Value # toEncodingList :: [AgentException] -> Encoding # | |
| ToJSON ProbeDescription Source # | |
Methods toJSON :: ProbeDescription -> Value # toEncoding :: ProbeDescription -> Encoding # toJSONList :: [ProbeDescription] -> Value # toEncodingList :: [ProbeDescription] -> Encoding # | |
| FromJSON AgentException Source # | |
Methods parseJSON :: Value -> Parser AgentException # parseJSONList :: Value -> Parser [AgentException] # | |
| FromJSON ProbeDescription Source # | |
Methods parseJSON :: Value -> Parser ProbeDescription # parseJSONList :: Value -> Parser [ProbeDescription] # | |