class Cucumber::Formatter::Json

def create_doc_string_hash(doc_string)

def create_doc_string_hash(doc_string)
  content_type = doc_string.media_type || ''
  {
    value: doc_string.content,
    content_type: content_type,
    line: doc_string.location.line
  }
end