Comment on Show me a better text format for serializing

calcopiritus@lemmy.world ⁨10⁩ ⁨months⁩ ago

Serializing? For serializing you probably want performance above all else. I’m saying this without checking any benchmark, but I’m sure yaml is more expensive to parse than other formats where indentation don’t have meaning.

For human readability: it has to be readable (and writeable) by all humans. I know (a lot of people) that dislike yaml, toml and XML. I don’t know of a single person that struggles to read/write json, there is a clear winner.

source
Sort:hotnewtop