Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Consider the following JSON, Using java and jackson tree (JsonNode), how to get the objects that starts with bracket { into hashmap. So the output

Consider the following JSON,

image text in transcribed

Using java and jackson tree (JsonNode), how to get the objects that starts with bracket "{" into hashmap.

So the output hashmap should be { {address} = 99 Temp street, {Test2} = Xyz, {Hobbies} = "Football", {Test} = "Abc"}. I do not want to use if statements as the actual JSON have more then 1000 objects name that starts with "{" (the above image is just a snippet). Is there a way to iterate over the JSON so that it can put all the objects that starts with bracket "{" into the hashmap?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions