The aeson library provides a Parser type that can be used to parse JSON data into domain types.
Likewise, optparse-applicative provides a set of parser combinators for parsing command-line arguments.
Database libraries like persistent and postgresql-simple have a mechanism for parsing values held in an external data store.
The servant ecosystem is built around parsing Haskell datatypes from path components, query parameters, HTTP headers, and more.