You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using JsonIterator.parse(inputStream, bufSize).read() works but it returns the entire map of each object. I'd like to iterate over each property in the objects.
The text was updated successfully, but these errors were encountered:
Is there a way to parse an large input stream consisting of newline delimited JSON objects?
Here's an example file:
Using
JsonIterator.parse(inputStream, bufSize).read()
works but it returns the entire map of each object. I'd like to iterate over each property in the objects.The text was updated successfully, but these errors were encountered: