Como converter um JsonObject em um dbobject

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