Is it possible to use the cursor class to expose a json object? I have a custom abstract cursor(param = json object) and find I can't override the abstract cursor moveToFirst/moveToNext to support iteration. Any pointers on how to keep the json format(no probs parsing the json) within the cursor without transforming it, would be great.
Thanks Alex