On Fri, 06 Sep 2013 17:57:04 GMT, Craig Dillabaugh wrote:

Sorry, about that.

I think the documentation for the MongoDB client should be updated at:

http://vibed.org/docs#mongo

The line

logInfo("Found entry: %s", cast(Json)doc);

should read:

logInfo("Found entry: %s", doc.toJson() );

As the usage shown has been deprecated.