wardi / jsonlines

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

Clarify if leading white space is ignored #48

Closed martinandersson closed 3 years ago

martinandersson commented 3 years ago

Well, title pretty much says it all. Currently, the page writes "trailing white space is ignored". Correct me if I am wrong, but implicitly, leading white space is ignored too, because it has no contents that can go into a parsed data structure (?). Perhaps this ought to be clarified.

wardi commented 3 years ago

fixed by b80bbff