Re: [jackson-user] Stream closed before data is read and written to JSON

2023-03-16 Thread Tatu Saloranta
On Wed, Mar 15, 2023 at 5:41 PM Oliver Hancock wrote: > > I am taking in a JSON file that is an array of objects. I am trying to unnest > it and serialize it however memory management is very import, meaning that > the json being read and unested needs to be done through through a stream. > The

[jackson-user] Stream closed before data is read and written to JSON

2023-03-15 Thread Oliver Hancock
I am taking in a JSON file that is an array of objects. I am trying to unnest it and serialize it however memory management is very import, meaning that the json being read and unested needs to be done through through a stream. The given input would look like an array of json objects looking li