Documenting Jackson's support for "line-delimited JSON" (aka "Streaming JSON"): https://cowtowncoder.medium.com/line-delimited-json-with-jackson-69c9e4cb6c00
41 views
Skip to first unread message
Tatu Saloranta
unread,
Mar 8, 2021, 6:34:30 PM3/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jackson-user
So, as per title, blogged a bit about functionality Jackson has had
for a while: support for reading and writing line-delimited -- one
JSON (root) value per line -- content. Also referred to as "Streaming
JSON" (https://en.wikipedia.org/wiki/JSON_streaming):