ghcup-0.1.50.0: ghc toolchain installer
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHCup.Types.JSON.MapIgnoreUnknownKeys

Orphan instances

(Ord k, FromJSONKey k, FromJSON v) => FromJSON (MapIgnoreUnknownKeys k v) Source #

Create a Map ignoring KeyValue pair which fail at parse of the key But if the key is parsed, the failures of parsing the value will not be ignored

Instance details

ToJSON (Map k v) => ToJSON (MapIgnoreUnknownKeys k v) Source # 
Instance details