Like A Duck@programming.dev to Technology@lemmy.ml · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square45fedilinkarrow-up135arrow-down12file-text
arrow-up133arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.ml · 1 year agomessage-square45fedilinkfile-text
minus-squarestatic_caster@programming.devlinkfedilinkEnglisharrow-up1·edit-21 year 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.