Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7871929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:03:37+00:00 2026-06-03T02:03:37+00:00

I get the feeling that the answer might be a duplicate of this: Jackson

  • 0

I get the feeling that the answer might be a duplicate of this: Jackson – Json to POJO With Multiple Entries but I think that potentially the question is different enough. Also I’m using raw data binding rather than full data binding.

So like the asker of that question, I have multiple objects in a file and I’m trying to turn them into POJOs and stuff them into a database of my design so I can access the data quickly rather than slowly.

The files here are in the order of tens of GB, with up to millions of objects in each file. Anyway here is what I have so far:

ObjectMapper mapper = new ObjectMapper();
Map<String,Object> data = mapper.readValue(new File("foo.json"), Map.class);
System.out.println(data.get("bar"));

And this works great for printing the bar element of the first object in foo, but I need a way to iterate through every element in a way that won’t eat up all my memory.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:03:38+00:00Added an answer on June 3, 2026 at 2:03 am

    Use this code sample to see the basic idea.

    final InputStream in = new FileInputStream("json.json");
    try {
      for (Iterator it = new ObjectMapper().readValues(
          new JsonFactory().createJsonParser(in), Map.class); it.hasNext();)
        System.out.println(it.next());
    }
    finally { in.close();} }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a feeling that the answer to this is easy but I can't
I have a bad feeling that the answer to this question is no, but
I tend to get the feeling that most folks here think SVN is gold-plated
I have a feeling I may already know the answer to this question, but
I have a feeling there is a simple answer to this, but I am
I have a feeling that this question is very simple, but I just can't
OK, this feels like a question that should be easy to answer, but as
After researching various hosts, I still get the feeling that it is somewhat impossible
ok so I am feeling a little stupid for not knowing this, but a
They brush the subject in this thread, but it does not really answer much:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.