Wie man ein JSONObject in ein DBOBject umwandelt

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