94
TOML
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Counterpoints:
}or]can also be a disadvantage of JSON, since you cannot stream it, i.e. start processing the fields/elements before the whole thing has arrived. (You probably still don't want to use TOML for that, though. JSONL, CSV or such are a better idea.)