For client requests to ektorp / couchdb I would like to pass JSON back to the client.
(Why not use couchdb direktly? Because I have to do some tweeks to the data on a Java layer inbetween.)
So is there for example a way to get JSON data from a CouchDbRepositorySupport queryView?
Here’s another way:
(JsonNode and ObjectMapper are from the
org.codehaus.jacksonlibrary.)