Comment on Everything about TOML format - Orchard Dweller
vrighter@discuss.tchncs.de 9 months agowrite json with comments. Use a yaml parser.
Comment on Everything about TOML format - Orchard Dweller
vrighter@discuss.tchncs.de 9 months agowrite json with comments. Use a yaml parser.
spartanatreyu@programming.dev 9 months ago
If you’re reaching for yaml, why not use toml?
vrighter@discuss.tchncs.de 9 months ago
because of the cut and paste problem. It works in json.
spartanatreyu@programming.dev 9 months ago
Cut and paste problem?
vrighter@discuss.tchncs.de 9 months ago
cut out a random piece of your document. is it a partial or a complete document?
paste it somewhere else in the document. you have to fix the indentation because if not then the document won’t work or mean something completely different
towerful@programming.dev 9 months ago
Every time i try to use toml, i end up going back to json