# File lib/amqp_utils/message_formatter.rb, line 49 def load(io) next_line = io.gets ::JSON.parse(next_line) if next_line end