Steps To Install dhall-json on Mac

Package Information:

Name: dhall-json
Use: Compile Dhall to JSON or YAML
URL: https://github.com/Gabriel439/Haskell-Dhall-JSON-Library

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Copy and execute below command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dhall-json using brew
    brew install dhall-json

dhall-json is ready to use now!