class Cucumber::Formatter::JsonPretty

The formatter used for --format json_pretty

def json_string

def json_string
  JSON.pretty_generate @json
end