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 #254

Closed Chunyuwilson closed 7 years ago

Chunyuwilson commented 7 years ago

GET HTTP Json response as string and validate it as a valid Json string. If it is the valid Json string, it reads as a string. Otherwise, it gives null.

sastafford commented 7 years ago

You will want to merge against the DEV branch not master. Dev is latest and greatest. Master is latest published version. You may want to delete this one and open another one.

Recommend that you pull the latest versions of dev branch from this repo first and then merge in changes.

sastafford commented 7 years ago

HttpJsonItemReaserTest.java - wrong spelling

HttpJsonItemReaderTest

Chunyuwilson commented 7 years ago

wrong branch