Data.Aeson.Extra
Description
This module provides functions and types that extend those provided by the aeson package.
aeson
parseBoundedIntegral :: forall a. ( Bounded a, Integral a) => String -> Value -> Parser a Source #