Like A Duck to Technology@lemmy.ml • 2 years agoWhat is the best file format for configuration file?message-square45fedilinkarrow-up135arrow-down12file-text
arrow-up133arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck to Technology@lemmy.ml • 2 years agomessage-square45fedilinkfile-text
minus-square@static_caster@programming.devlinkfedilinkEnglish1•edit-22 years agoIf you use protobuf/gRPC anywhere in your application, text format protobuf. Writes like JSON, but with a clear schema, a parser that already exists in most languages, and has comments.
If you use protobuf/gRPC anywhere in your application, text format protobuf. Writes like JSON, but with a clear schema, a parser that already exists in most languages, and has comments.