Cara Mengonversi JsonObject ke DBObject

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