comment convertir un jsonObject en un dbObject

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