{
"colour": "green",
"count": "135"
}On Oct 17, 2014, at 4:21 AM, Tim Clarke <clark...@gmail.com> wrote:When I retrieve the doc using Couchbase Lite then it has a properties dictionary with two entries, "colour" and "count".That's great, but how do I access the document body as a JSON string that I can deserialise into an object?