Hacker News new | ask | show | jobs
by time0ut 4073 days ago
This works rather poorly.

  Input:
  {"message":"hello there","id":1}
  {"message":"why hello there","id":2}

  Example:
  {"id":1,"message":"hello there"}

  Output:
  {"id":1,"message":"hello there"}
  {"there":id,"message":"why hello"}