Hacker News new | ask | show | jobs
by dathinab 339 days ago
> is absolutely easier to parse/interop with than a legacy binary format

depends

you can have well, clean and fully documented binary formats which are relatively easy to parse (e.g. msgpack, cbor, bson)

you might still not know what the parsed things mean, but that also applies to text formats (including random documented binary blob fields, thanks to base64 they also fit into any text format)