Parsing a huge NDJSON file line by line is fine, but deeply nested single-document JSON streaming is awkward. Are the streaming parser libraries mature enough now, or do people still preprocess?
27
0 commentsParsing a huge NDJSON file line by line is fine, but deeply nested single-document JSON streaming is awkward. Are the streaming parser libraries mature enough now, or do people still preprocess?