Bson library for Delphi?
Can someone suggest a complete Bson library for Delphi ? I'm trying to use http://code.google.com/p/pebongo/source/browse/trunk/_bson.pas from http://bsonspec.org , but there are some structures that aren't supported. Or maybe I'm not using it correctly, like this class doesn't have documentation I can not find the correct usage for it. I want to create a list of items, this items are my serializable objects. But how to create a list and put item on a "list" ? I've created a BSON implementation for Delphi before, heavily based on the existing Variant type in Delphi (and its TVarType). It also