wardi / jsonlines

Documentation for the JSON Lines text file format
http://jsonlines.org
136 stars 33 forks source link

Allow comment lines #49

Closed quantoid closed 1 year ago

quantoid commented 3 years ago

For large static data files it would be useful to have comment lines (e.g. start with #) to document the contents or trigger special processing.

mcast commented 3 years ago

(it's a duplicate of #23)

The answer is generally "no" for reasons shown there, but you can put application-specific data in which serves the same purpose.

quantoid commented 3 years ago

Ah, I searched for open issues that mention "comment" but didn't also search closed issues, thinking it would still be open if it hasn't been added yet.

sp4ce commented 1 year ago

Closing the issue as duplicating #23 and there is no plan to add comment support

I see jsonl as a m2m format, or a machine-to-human-familiar-with-unix-tools format :-) not in the realm of human-friendly formats like yaml (which I love)