# File lib/docker/util.rb, line 118
  def fix_json(body)
    parse_json("[#{body.gsub(/}\s*{/, '},{')}]")
  end