Re: Proposal: create XML based .gorm format: .xorm
Riccardo Mottola <[email protected]> Tue, 21 Jul 2026 17:41:06 +0200
| Newsgroups | gmane.comp.lib.gnustep.devel,gmane.comp.lib.gnustep.general |
|---|---|
| Message-ID | <[email protected]> |
David Wetzel via Discussion list for the GNUstep programming environment wrote: > I feel like XML is a format from the past. Why not use a JSON based one? I would use neither, I would just use plists, our native format. Actually, probably both plist as XML-encoded plists would work. JSON is just a bad plist :) and has absolutely no type encoding. Riccardo