Hacker News new | ask | show | jobs
by jmull 2928 days ago
I'm not sure we agree on much, because plain text, by itself, is just an encoding. A message format also needs a syntax and a parser both of which you get with JSON, if you can live with its gaps. (You also need a schema and typically end up needing things like query APIs, storage, queues, etc., which JSON doesn't get you but which is often supported by a wide range of solutions that do.)