Comment on Show me a better text format for serializing
kool_newt@lemm.ee 1 year agoWhat, you can’t read binary? Noob
lol, ya I guess I didn’t notice that part
Comment on Show me a better text format for serializing
kool_newt@lemm.ee 1 year agoWhat, you can’t read binary? Noob
lol, ya I guess I didn’t notice that part
technom@programming.dev 1 year ago
Protobuf is also not a proper binary alternative for Yaml. Protobuf needs a schema in the form of its IDL. Cbor and messagepack might be more analogous.