Closed Chunyuwilson closed 7 years ago
Tried to read Json as JsonNode, which is tree structure. It reads only one level structure of Json. I am not sure whether we need to iterate the nested structure. For example: { "name": { "first": "Tatu", "last": "Saloranta" },
"title": "Jackson founder", "company": "FasterXML"
}
I tried to achieve that, but not succeed.
Tried to read Json as JsonNode, which is tree structure. It reads only one level structure of Json. I am not sure whether we need to iterate the nested structure. For example: { "name": { "first": "Tatu", "last": "Saloranta" },
}
I tried to achieve that, but not succeed.