class Cucumber::Formatter::JsonPretty

def json_string

def json_string
  JSON.pretty_generate @json
end