com.mongodb.util.JSON heeft een ontledingsmethode.
Object o = com.mongodb.util.JSON.parse("Your JSON structure or JSONObj.toString()");
DBObject dbObj = (DBObject) o;
com.mongodb.util.JSON heeft een ontledingsmethode.
Object o = com.mongodb.util.JSON.parse("Your JSON structure or JSONObj.toString()");
DBObject dbObj = (DBObject) o;