cardano-constitution-1.34.0.0: Cardano's Constitution
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Constitution.Config.Instance.FromJSON

Orphan instances

FromJSON ConstitutionConfig Source # 
Instance details

FromJSON PredKey Source # 
Instance details

Methods

parseJSON ∷ Value → Parser PredKey

parseJSONList ∷ Value → Parser [PredKey]

omittedFieldMaybe PredKey

FromJSONKey PredKey Source # 
Instance details

Methods

fromJSONKey ∷ FromJSONKeyFunction PredKey

fromJSONKeyList ∷ FromJSONKeyFunction [PredKey]

FromJSON a ⇒ FromJSON (Predicates a) Source # 
Instance details

Methods

parseJSON ∷ Value → Parser (Predicates a)

parseJSONList ∷ Value → Parser [Predicates a]

omittedFieldMaybe (Predicates a)