I just started developing a LabVIEW 2013 driver for MongoDB . Currenly working with JSON only.
https://github.com/3esmit/LabVIEW-MongoDB
Name: LabVIEW MongoDB
Category: Database
LabVIEW Version: 2013
License Type: BSD
MongoDB Is a NoSQL database. It store documents in collections instead rows in tables. Tow collection documents don't need to have the same structure, and a document can store another document or an array of documents. Each document is persisted with "_id" containing a special type called ObjectID.
This lvclass deals with .NET dlls drivers from v