Earlier quoted context omitted.
...So you're talking about having text-serialized key-value objects (or any other kind of object), with standard deserializers and tools for manipulation? That's actually a great idea. Better yet, it's actually viable now , unlike many proposals for "fixing" unix.
> ...So you're talking about having text-serialized key-value objects (or any other kind of object), with standard deserializers and tools for manipulation? Yes, basically. Someone in power should just pick any format - modified JSON (without the integers are really IEEE754 floats stupidity), s-expressions, whatever - and make standard deserializers part of the system library.
There's no authority to complain to about all this...
Structured text formats come and go: S-expressions, SGML, XML, JSON, "modified JSON", etc etc etc...
Fortunately the Unix tools work the same with any byte stream, pretty much, so they've survived gloriously since the 1970s.
That's kind of the whole deal with "worse is better."