pjfanning commented on issue #3244: URL: https://github.com/apache/pekko/issues/3244#issuecomment-4822342496
The main thing that appears to be missing here is support for JSON that starts with an array bracket `[` as opposed to an object bracket. Apache Spark and other Big Data tooling prefers Line-Delimited JSON (also called JSON Lines, JSONL, or NDJSON) because it is more splittable than JSON. Should we also consider supporting this format? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
