Cómo convertir un JsonObject a un DBObject

 DBObject object = (DBObject) JSON.parse(obj.toString());
 collection.insert(object)
Impossible Impala