marklogic-community / marklogic-spring-batch

Write batch processing applications in MarkLogic
Other
8 stars 26 forks source link

#237 Read an HTTP web service request and store JSON response-new update #255

Closed Chunyuwilson closed 7 years ago

Chunyuwilson commented 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.