How to import a JSON file format into Couchbase lite database from Android

As Jens mentioned, you could use Jackson for mapping JSON to native POJOs. Here is an sample app . Note that the app is for Couchbase Mobile 2.0 DP but the concepts of parsing JSON etc remain the same.

Here is a blog post as well on this topic.