require 'lucid/formatter/json' module Lucid module Formatter # The formatter used for --format json_pretty class JsonPretty < Json end end end