• Try this:

    Mongosis[/url]

    Be sure to check out the requirements and get version 1.7.0 of the MongoDB C# driver. The component can be a little slow, and due to the nature of MondoDB it has to guess at datatypes so most things end up coming through as VARCHAR(100) so you'll need to keep an eye out for truncation. I'm not sure how it'll handle nested documents, as I don't think I came across those the last time I used it.

    At the very least it might give you a starting point.

    Failing that you can use the C# driver in a script component, along with json2csharp[/url] to generate the classes you need from your data.