GNU/Linux ◆ xterm ◆ bash 1000 views

This illustrates the use of Haskell to retrieve information from a JSON API inside the ghci REPL. This highlights the following libraries:

  • wreq - The Haskell analog of curl
  • lens + lens -aeson - The Haskell analog of jq