module Lookbook::OutputHelper

def pretty_json(obj)

def pretty_json(obj)
  JSON.pretty_generate(obj)
end