<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>BSON Google Group</title>
  <link>http://groups.google.com/group/bson</link>
  <description>Discussion related to the BSON binary serialization format - http://bsonspec.org</description>
  <language>en</language>
  <item>
  <title>How to create a BSONObj in iterations? (C++)</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/3beabe4210100157/dbb25d36f894d6b7?show_docid=dbb25d36f894d6b7</link>
  <description>
  It looks like the current implementation if BSONObj revolves around &lt;br&gt; immutability, and one can&#39;t even modify an existing field without &lt;br&gt; recreating the whole object. Is there a way to *add* a field without &lt;br&gt; recreating the object? &lt;br&gt; I tried to use addFields, but it asserts that the object is empty. I need
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/3beabe4210100157</guid>
  <author>
  shtetl...@gmail.com
  (Shmerl)
  </author>
  <pubDate>Thu, 07 Mar 2013 23:18:54 UT
</pubDate>
  </item>
  <item>
  <title>Json.parse error 。help</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/743f6fd11d467f7a/df4607f4d72e0095?show_docid=df4607f4d72e0095</link>
  <description>
  String sql=&amp;quot;{aggregate:\&amp;quot;cms_article\ &amp;quot;,pipeline:[{$match:{$and: &lt;br&gt; [{\&amp;quot;_id\&amp;quot;:{$ne:\&amp;quot;\&amp;quot;}},{\&amp;quot;edito r\&amp;quot;:{$regex:/sys/}}] &lt;br&gt; BasicDBObject bdr=(BasicDBObject)JSON.parse( sql); &lt;br&gt; there is error . &lt;br&gt; {aggregate:&amp;quot;cms_article&amp;quot;,pipel ine:[{$match:{$and: &lt;br&gt; [{&amp;quot;_id&amp;quot;:{$ne:&amp;quot;&amp;quot;}},{&amp;quot;editor&amp;quot;:{$ regex:/sys/}}] &lt;br&gt; ^ &lt;br&gt; at com.mongodb.util.JSONParser.pa rse(JSON.java:381)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/743f6fd11d467f7a</guid>
  <author>
  daben1...@gmail.com
  (范永东)
  </author>
  <pubDate>Mon, 04 Feb 2013 06:45:28 UT
</pubDate>
  </item>
  <item>
  <title>Mutable BSON</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/41e7726544c7daf6/7e2a8e3aa3cdfb0a?show_docid=7e2a8e3aa3cdfb0a</link>
  <description>
  I have seen that in the last bson implementation that is contained on &lt;br&gt; mongodb git repo, there is a folder named mutable BSON. What is intended &lt;br&gt; for mutable? the ability to update the values for a key? &lt;br&gt; thanks in advanced?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/41e7726544c7daf6</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Sat, 29 Dec 2012 11:16:41 UT
</pubDate>
  </item>
  <item>
  <title>How to explain the encode of the complex BSON document example in the BSON specification?</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/982d07e69b0ba7ac/f73fb5ab40576e6f?show_docid=f73fb5ab40576e6f</link>
  <description>
  {&amp;quot;BSON&amp;quot;: [&amp;quot;awesome&amp;quot;, 5.05, 1986]} &lt;br&gt; encoding: &lt;br&gt; &amp;quot;\x31\x00\x00\x00\x04BSON\x00\ x26\x00 &lt;br&gt; \x00\x00\x020\x00\x08\x00\x00 &lt;br&gt; \x00awesome\x00\x011\x00\x33\x 33\x33\x33\x33\x33 &lt;br&gt; \x14\x40\x102\x00\xc2\x07\x00\ x00 &lt;br&gt; \x00\x00&amp;quot; &lt;br&gt; How to explain it? &lt;br&gt; Thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/982d07e69b0ba7ac</guid>
  <author>
  liupeng...@gmail.com
  (Peng Liu)
  </author>
  <pubDate>Wed, 19 Dec 2012 09:30:09 UT
</pubDate>
  </item>
  <item>
  <title>Element ordering in BSON documents</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/494bce9c742fa453/b9a6b5f5ab52ab79?show_docid=b9a6b5f5ab52ab79</link>
  <description>
  Hello, &lt;br&gt; I do not see any mention of it in the specifications, but are two BSON &lt;br&gt; documents considered identical if they have the exact same elements &lt;br&gt; regardless of ordering of the elements? I need this to properly implement &lt;br&gt; my operator == for BSON documents. &lt;br&gt; Thanks &lt;br&gt; Rakesh
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/494bce9c742fa453</guid>
  <author>
  rakesh.vidyadha...@gmail.com
  (sptrakesh)
  </author>
  <pubDate>Wed, 12 Dec 2012 17:27:39 UT
</pubDate>
  </item>
  <item>
  <title>Independent C++ Library</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/0a1c1a29cbc8e491/a21c2bf581ed554c?show_docid=a21c2bf581ed554c</link>
  <description>
  Hello, &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://kenai.com/projects/mongoviewer/pages/BSON&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; This is now close to final. I may add a few more test cases to ensure that &lt;br&gt; everything works as expected (especially when using the uncommon data &lt;br&gt; types). This is part of a much larger API that we use to develop client &lt;br&gt; applications (with a focus on mobile platforms). We will be testing the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/0a1c1a29cbc8e491</guid>
  <author>
  rakesh.vidyadha...@gmail.com
  (sptrakesh)
  </author>
  <pubDate>Fri, 12 Oct 2012 19:45:05 UT
</pubDate>
  </item>
  <item>
  <title>BSON size with C driver</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/68aafa08f8862322/6fbaa1f4c673cb70?show_docid=6fbaa1f4c673cb70</link>
  <description>
  Hello, &lt;br&gt; I am working on a standalone BSON C++ API. At present I have a couple of &lt;br&gt; issues with my BSON serialiser, so am using the C API to generate the bson. &lt;br&gt; I do not see any functions to set the size (the first 4 bytes of the &lt;br&gt; document as per spec) of the BSON data, neither could I find anything
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/68aafa08f8862322</guid>
  <author>
  rakesh.vidyadha...@gmail.com
  (sptrakesh)
  </author>
  <pubDate>Wed, 03 Oct 2012 14:44:58 UT
</pubDate>
  </item>
  <item>
  <title>How to test a new driver?</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/956ce699025f0d5d/a533cf0532415511?show_docid=a533cf0532415511</link>
  <description>
  I&#39;m probably about to write a BSON implementation for Eiffel. I&#39;m &lt;br&gt; thinking about how to test. &lt;br&gt; &lt;p&gt;Searching this group, I came upon a thread that was talking about old &lt;br&gt; test cases, and as I read it, they have been abandoned.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/956ce699025f0d5d</guid>
  <author>
  colinpaulad...@gmail.com
  (Colin Adams)
  </author>
  <pubDate>Wed, 26 Sep 2012 10:02:52 UT
</pubDate>
  </item>
  <item>
  <title>Storing array vs. csv string</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/e69fb42531cf239b/64513a55ee62b6dd?show_docid=64513a55ee62b6dd</link>
  <description>
  Hi there, &lt;br&gt; We&#39;re looking to store high dimensional vector data in MongoDB. Each vector &lt;br&gt; consists of approximately 2000 floats and we were originally storing this &lt;br&gt; as a csv string. However, we recently converted these strings to arrays but &lt;br&gt; noticed that doing so caused the physical size of the database files to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/e69fb42531cf239b</guid>
  <author>
  arvind.2...@gmail.com
  (Arvind Satyanarayan)
  </author>
  <pubDate>Mon, 03 Sep 2012 20:30:37 UT
</pubDate>
  </item>
  <item>
  <title>ObjectID to/from UUID/GUID</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/1bf08a3dbf88e69e/c298f39c6fe6b326?show_docid=c298f39c6fe6b326</link>
  <description>
  Having done some work both with UUID&#39;s/GUID&#39;s, and mongoDB&#39;s ObjectID&#39;s, &lt;br&gt; I would like to propose a general system to go back and forth between the &lt;br&gt; two. &lt;br&gt; There are similarities between UUID&#39;s and ObjectID&#39;s, and UUID&#39;s have 4 &lt;br&gt; bytes more &lt;br&gt; and a way to provide some minimal variation and version information.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/1bf08a3dbf88e69e</guid>
  <author>
  stijnsand...@gmail.com
  (Stijn Sanders)
  </author>
  <pubDate>Mon, 25 Jun 2012 12:12:39 UT
</pubDate>
  </item>
  <item>
  <title>bad coding style on _BufBuilder class</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/cf431f86d90ccf0d/c73a9f44a021f35c?show_docid=c73a9f44a021f35c</link>
  <description>
  Hi i&#39;ve partially resolve the BSON patch for let him working on arm v5(on &lt;br&gt; v6 and upper it&#39;s work. The problem is that within abc method the style of &lt;br&gt; the coding puts a bug . &lt;br&gt; I&#39;have resolve substituting the content with: memcpy(grow(sizeof(int)), &amp;amp;j, &lt;br&gt; sizeof(int)); ( this has been made for &amp;quot;int&amp;quot; version)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/cf431f86d90ccf0d</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Tue, 22 May 2012 18:33:17 UT
</pubDate>
  </item>
  <item>
  <title>bson c driver</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/170d3b215068a508/f54b3ac9358a1b60?show_docid=f54b3ac9358a1b60</link>
  <description>
  Hi, &lt;br&gt; i&#39;m trying to use bson c driver instead cpp due to a bug in ccp version &lt;br&gt; when running on arm. &lt;br&gt; i&#39;m trying to deserialize a bson so i used this: &lt;br&gt; bson = bson_create(); &lt;br&gt; bson_init_data( bson , (char*)serializedBson); &lt;br&gt; this work but serializedBson is managed elsewhere so how can let bson will &lt;br&gt; copy the data? there is an api?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/170d3b215068a508</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Sun, 22 Apr 2012 20:47:06 UT
</pubDate>
  </item>
  <item>
  <title>compiling bson standalone.....</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/3f3d9ab0fb48eb8b/9300664bc2c70284?show_docid=9300664bc2c70284</link>
  <description>
  I&#39;m trying to use the bson package standalone. i have get bson forlde and &lt;br&gt; other file front the /util/ &lt;br&gt; when i compile i got error in bson-inl.h and bsonelement.h with this error: &lt;br&gt; &amp;quot;&#39;struct bson::BSONElement&#39; is incomplete&amp;quot; where i can find all the &lt;br&gt; definition of this object? &lt;br&gt; I want&#39; say that if bson wan&#39;t to be a standard...the current code design
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/3f3d9ab0fb48eb8b</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Sat, 21 Apr 2012 16:09:50 UT
</pubDate>
  </item>
  <item>
  <title>BSON on arm cpu</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/8846b4cd8e862879/61df86d8ec115ea2?show_docid=61df86d8ec115ea2</link>
  <description>
  Hi, &lt;br&gt; i have compiled succesfully bson cpp on arm but i have problem when i ho to &lt;br&gt; read string key. I receive the error: &lt;br&gt; terminate called after throwing an instance of &#39;bson::assertion&#39; &lt;br&gt; what(): BsonAssertion id: 13111 field not found, expected type 2 &lt;br&gt; Aborted &lt;br&gt; the other type seem to work. Any ints about that? where i can search to try
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/8846b4cd8e862879</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Fri, 20 Apr 2012 20:57:36 UT
</pubDate>
  </item>
  <item>
  <title>Forcing C++ compilation</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/59e7b383af23f3f1/c19dba6ae69a6a48?show_docid=c19dba6ae69a6a48</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;It might be a SCONS question, please tell me if it is not really bson &lt;br&gt; relevant. &lt;br&gt; &lt;p&gt;I am currently struggling to compile the C driver : &lt;br&gt; - using a C++ compiler &lt;br&gt; - on a Windows XP machine &lt;br&gt; - if possible with the Visual Studio 2010 C++ compiler &lt;br&gt; - via scons _or_ make, whichever is the easiest
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/59e7b383af23f3f1</guid>
  <author>
  nicoola...@gmail.com
  (Nicoolas)
  </author>
  <pubDate>Thu, 12 Apr 2012 14:00:23 UT
</pubDate>
  </item>
  <item>
  <title>Independant BSON C library</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/f5634a4459fa8afb/3fc1ffbf00fc2cf2?show_docid=3fc1ffbf00fc2cf2</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I wish to implement BSON to serialize data on a device only &lt;br&gt; programmable in C (without using MongoDB at all) &lt;br&gt; &lt;p&gt;I downloaded the MongoDB C driver and compiled the two libraries &lt;br&gt; libbson and libmongoc. &lt;br&gt; &lt;p&gt;I was hoping to build the BSON test file (bson_test.c) against the &lt;br&gt; bson lib only, but it seems to requires both bson and mongdb libraries
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/f5634a4459fa8afb</guid>
  <author>
  nicoola...@gmail.com
  (Nicoolas)
  </author>
  <pubDate>Fri, 23 Mar 2012 16:44:25 UT
</pubDate>
  </item>
  <item>
  <title>A couple suggesitons for BSON</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/dc69c88826b074ac/d9f3da5a13ebc74b?show_docid=d9f3da5a13ebc74b</link>
  <description>
  I have some remarks about the &lt;br&gt; BSON format&#39;s arrays: &lt;br&gt; &lt;p&gt; Arrays in BSON are stored as documents (objects) whose &lt;br&gt; properties are integer numbers written as text. I think that &lt;br&gt; adds unnecessary informations, as arrays have consecutive &lt;br&gt; indices so that they don&#39;t need to be stored. Also, indices have
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/dc69c88826b074ac</guid>
  <author>
  alvaro.seg...@gmail.com
  (alvaro)
  </author>
  <pubDate>Sat, 17 Mar 2012 17:34:18 UT
</pubDate>
  </item>
  <item>
  <title>New array type proposal</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/4b99a11dd2766a9e/c4b83cd3c243dd74?show_docid=c4b83cd3c243dd74</link>
  <description>
  Hi, I have a proposal for a new array type to bson spec. Now array are a bson document list. Image if I need to encode hundred or thousand of same elements (also structured) the write and read need to pass to write and read of full bson document for every elements. In high performance environments will be usefull to store one time the array elements structure and then store sequentially the value of the structured data. In high energy physics experiment this situation is the rule. Keep I mind for example a sample of signal. I can have a structure of two element, double for value and integer for time. An efficient way to store this into a new array type in bson is needed. Can we discuss this upgrade? I don&#39;t want go out the standardization.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/4b99a11dd2766a9e</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Sat, 17 Mar 2012 07:48:43 UT
</pubDate>
  </item>
  <item>
  <title>signed integer encoding</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/4605360a7e02a205/3df875bbade58d95?show_docid=3df875bbade58d95</link>
  <description>
  Hi together, &lt;br&gt; to me the BSON-spec seems to be missing encoding information regarding both &lt;br&gt; signed integer types: int32 as well as int64. &lt;br&gt; As it even dictates byte-order in little-endian format it seemed to me you &lt;br&gt; are trying to accomplish binary-interchangablity with this spec. &lt;br&gt; If this is the case the information 32-bit signed integer is quite
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/4605360a7e02a205</guid>
  <author>
  spaeth.be...@googlemail.com
  (Bernd Späth)
  </author>
  <pubDate>Fri, 16 Mar 2012 22:12:36 UT
</pubDate>
  </item>
  <item>
  <title>Binary subtype question</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/e5475cf5f23c2c72/53e68cedd9aacb87?show_docid=53e68cedd9aacb87</link>
  <description>
  hi all, &lt;br&gt; i need to use the subtype value of bson for binary field. I have seen that &lt;br&gt; is use \00 to \06 and \80 is for user defined. I need to describe the &lt;br&gt; cogent of binary field with some custom structure that use base defined &lt;br&gt; elsewhere. For every structure i&#39;d like to use a free subtype code. Can i
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/e5475cf5f23c2c72</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Thu, 15 Mar 2012 17:07:02 UT
</pubDate>
  </item>
  <item>
  <title>how to post a bson object using curl from a c program</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/2e5cfc40bbf0769c/e814e8a0f20b27ef?show_docid=e814e8a0f20b27ef</link>
  <description>
  Hi I am new to bson. &lt;br&gt; Can someone please tell me how to post a bson object using curl from a c &lt;br&gt; program ? &lt;br&gt; My options are limited as I have to use only c for this. &lt;br&gt; Appreciate your help. &lt;br&gt; -JA
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/2e5cfc40bbf0769c</guid>
  <author>
  jeff.archer1...@gmail.com
  (Jeff Archer)
  </author>
  <pubDate>Wed, 07 Mar 2012 03:59:45 UT
</pubDate>
  </item>
  <item>
  <title>&quot;Time to Live&quot; or &quot;Expire Time&quot; type for BSON</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/05af6923a912cd40/e49edfdf26a004f8?show_docid=e49edfdf26a004f8</link>
  <description>
  BSON is very excellent format specification to exchange data &lt;br&gt; semantically. &lt;br&gt; &lt;p&gt;BSON will be beyond of data storage format in the future. Also It will &lt;br&gt; be used for data exchange format externally. &lt;br&gt; &lt;p&gt;On-demand external replication&#39;s cost very high than internal &lt;br&gt; replication. But it is possible via lazy replication instead of on-
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/05af6923a912cd40</guid>
  <author>
  tugrulto...@gmail.com
  (threedot)
  </author>
  <pubDate>Sun, 26 Feb 2012 13:39:23 UT
</pubDate>
  </item>
  <item>
  <title>update key value of a BSON Object</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/b7f75393e309c49c/f10a1c8f8e6d1d90?show_docid=f10a1c8f8e6d1d90</link>
  <description>
  Hi, &lt;br&gt; there is way in BSON to update a value for a determinate key? i have &lt;br&gt; tried to append the same key with different value and obviously i got &lt;br&gt; the same key twice. i need this feature for a my project so i need to &lt;br&gt; implement it is this function is not provided. &lt;br&gt; anyone has an idea? &lt;br&gt; &lt;p&gt;thanks in advanced
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/b7f75393e309c49c</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Wed, 11 Jan 2012 08:17:18 UT
</pubDate>
  </item>
  <item>
  <title>Sending binary data using BSON over HTTP POST</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/4ad5ca4ec1f28fb6/76bc981e5470fb5b?show_docid=76bc981e5470fb5b</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m planning to send lots of binary data (several images in one &lt;br&gt; message in this case) over HTTP POST. &lt;br&gt; I know that JSON does this by encoding the binary part as Base64 and &lt;br&gt; this introduces a lot of overhead. Is BSON any better in this case?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/4ad5ca4ec1f28fb6</guid>
  <author>
  alperayde...@gmail.com
  (Alper)
  </author>
  <pubDate>Thu, 22 Dec 2011 22:20:18 UT
</pubDate>
  </item>
  <item>
  <title>Please explain bson encode</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/8d570979f3d0084f/51fecd845da41774?show_docid=51fecd845da41774</link>
  <description>
  {&amp;quot;hello&amp;quot;:&amp;quot;bson&amp;quot;} &lt;br&gt; \x15 \x00 \x00 \x00 \x02 h e l l o \x00 \x05 \x00 \x00 \x00 b s o n \x00 &lt;br&gt; \x00 &lt;br&gt; I already read from this link : &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bsonspec.org/#/specification&quot;&gt;[link]&lt;/a&gt; but &lt;br&gt; stil confused. &lt;br&gt; Can anyone explain what \x15 &amp;amp; why start \x15? &lt;br&gt; what\x02 before &amp;quot;hello&amp;quot;? &lt;br&gt; what \x05? &lt;br&gt; why many \x00? &lt;br&gt; thanks in advance
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/8d570979f3d0084f</guid>
  <author>
  slash...@gmail.com
  (zaqi syah)
  </author>
  <pubDate>Mon, 12 Dec 2011 05:33:03 UT
</pubDate>
  </item>
  <item>
  <title>Traversability</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/7bb6816f003a6c01/64546612122b45e5?show_docid=64546612122b45e5</link>
  <description>
  As the specification states: &amp;quot;BSON is de­signed to be tra­versed eas­ &lt;br&gt; ily.&amp;quot; &lt;br&gt; &lt;p&gt;What does &amp;quot;easily&amp;quot; refer to? &lt;br&gt; &lt;p&gt;Does this mean that a document, as a *whole* (stored on disk for &lt;br&gt; example) can be easily deserialized into memory (which process, I &lt;br&gt; know, is quite easy)? Or it means that it&#39;s easy to query a document
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/7bb6816f003a6c01</guid>
  <author>
  kohanyi.rob...@gmail.com
  (Kohányi Róbert)
  </author>
  <pubDate>Fri, 21 Oct 2011 09:32:09 UT
</pubDate>
  </item>
  <item>
  <title>String vs CString</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/099f732da9e00737/78e798d62bdb146d?show_docid=78e798d62bdb146d</link>
  <description>
  In the specification string is defined as follows: &lt;br&gt; string ::= int32 (byte*) &amp;quot;\x00&amp;quot; &lt;br&gt; cstring ::= (byte*) &amp;quot;\x00&amp;quot; &lt;br&gt; &lt;p&gt;I can understand why cstring is defined this way, however I can&#39;t see &lt;br&gt; the advantages of the trailing &amp;quot;\x00&amp;quot; in string&#39;s definition. &lt;br&gt; &lt;p&gt;What is the use-case for this? Why isn&#39;t sufficient to define it as
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/099f732da9e00737</guid>
  <author>
  kohanyi.rob...@gmail.com
  (Kohányi Róbert)
  </author>
  <pubDate>Wed, 19 Oct 2011 16:16:31 UT
</pubDate>
  </item>
  <item>
  <title>Read BSON from file</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/7e77e7489a0a944c/77e188402eea0dd7?show_docid=77e188402eea0dd7</link>
  <description>
  I am working with a device that runs on embedded linux and has a cgi &lt;br&gt; web server. &lt;br&gt; &lt;p&gt;Because the resource is limited, I do not install a DB server, instead &lt;br&gt; I store data in separate JSON files, for instance config.json and use &lt;br&gt; JSON format for data protocol. &lt;br&gt; Handling request (GET) from browser is quite easy, because I just dump
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/7e77e7489a0a944c</guid>
  <author>
  afel...@gmail.com
  (Viet Nguyen)
  </author>
  <pubDate>Tue, 11 Oct 2011 04:42:41 UT
</pubDate>
  </item>
  <item>
  <title>Java BSON</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/b48ca0de99fd00ab/f56bcdd4543f118e?show_docid=f56bcdd4543f118e</link>
  <description>
  I&#39;ve created a simple Java BSON encoder/decoder implementation: I&#39;ve &lt;br&gt; called it ebson (e for extensible). The project&#39;s page is here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/ebson/&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; &lt;p&gt;It is independent of MongoDB: for example, my library doesn&#39;t provide &lt;br&gt; an ObjectId implementation (however clients can plug their own
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/b48ca0de99fd00ab</guid>
  <author>
  kohanyi.rob...@gmail.com
  (Kohányi Róbert)
  </author>
  <pubDate>Mon, 03 Oct 2011 16:47:57 UT
</pubDate>
  </item>
  <item>
  <title>Is there a pure JavaScript impl of BSON</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/99165fa5803bc9b1/177948c50db672ab?show_docid=177948c50db672ab</link>
  <description>
  I could not find a pure JavaScript implementation of BSON. &lt;br&gt; &lt;p&gt;Help? &lt;br&gt; &lt;p&gt;I plan to use BSON client side, in the browser. &lt;br&gt; &lt;p&gt;Help? &lt;br&gt; &lt;p&gt;Vic
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/99165fa5803bc9b1</guid>
  <author>
  vic.gvo...@gmail.com
  (netSQL)
  </author>
  <pubDate>Wed, 21 Sep 2011 03:33:47 UT
</pubDate>
  </item>
  <item>
  <title>Extending the supported fundamental types..</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/41d45e48e984cd2c/e8a72ce8ecff3c20?show_docid=e8a72ce8ecff3c20</link>
  <description>
  I am an embedded developer looking at using BSON objects as a medium &lt;br&gt; of object exchange and storage in embedded systems. &lt;br&gt; &lt;p&gt;This has a number of advantages in being able to uniformly manage &lt;br&gt; objects between heterogeneous systems. &lt;br&gt; &lt;p&gt;However, for embedded applications the lack of int16 and float types
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/41d45e48e984cd2c</guid>
  <author>
  klinkenbec...@gmail.com
  (Klinkenbecker)
  </author>
  <pubDate>Sun, 18 Sep 2011 18:57:21 UT
</pubDate>
  </item>
  <item>
  <title>bsondump produces invalid JSON</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/3d249b8077eab1a1/81bf2c20cb27ca72?show_docid=81bf2c20cb27ca72</link>
  <description>
  Quick bug report: bsondump currently produces invalid json for any &lt;br&gt; bson file that includes date objects. For example: &lt;br&gt; &lt;p&gt; { &amp;quot;_id&amp;quot; : &amp;quot;4e422f07ee4375537d0002fa&amp;quot;, &amp;quot;ts&amp;quot; : &lt;br&gt; Date( 1312960263075 ), &amp;quot;s&amp;quot; : &amp;quot;A string&amp;quot;} &lt;br&gt; &lt;p&gt;The Date ( ... ) bit will choke any validating JSON parser. &lt;br&gt; &lt;p&gt;Additionally, by default the bsondump tool appends a line to the end
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/3d249b8077eab1a1</guid>
  <author>
  si...@lanyrd.com
  (Simon Willison)
  </author>
  <pubDate>Sun, 14 Aug 2011 20:42:55 UT
</pubDate>
  </item>
  <item>
  <title>How can I consume a .bson file produced my mongodump using Python?</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/5efa1b385f324220/e8ea5ec9704283e6?show_docid=e8ea5ec9704283e6</link>
  <description>
  If I dump out a collection from mongodb using the following command: &lt;br&gt; &lt;p&gt; mongodump --db mydb --collection mycollection --out - &amp;gt; /tmp/ &lt;br&gt; mycollection.bson &lt;br&gt; &lt;p&gt;How can I then consume data from that file directly in to a Python &lt;br&gt; script? &lt;br&gt; &lt;p&gt;I&#39;ve tried using the pymongo.bson module and I&#39;ve managed to use it to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/5efa1b385f324220</guid>
  <author>
  si...@lanyrd.com
  (Simon Willison)
  </author>
  <pubDate>Sun, 14 Aug 2011 20:52:59 UT
</pubDate>
  </item>
  <item>
  <title>JSON to BSON</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/42245c028f4a6860/a77f6b375d3e74f1?show_docid=a77f6b375d3e74f1</link>
  <description>
  Hi all &lt;br&gt; I have some task for wich i want to store data(not very big) in bson &lt;br&gt; and describe data in json. But could not find converter for that case. &lt;br&gt; Can anybody help me? Use pure C language. &lt;br&gt; Thanks a lot for any help.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/42245c028f4a6860</guid>
  <author>
  shermik...@gmail.com
  (mike)
  </author>
  <pubDate>Thu, 07 Jul 2011 17:05:56 UT
</pubDate>
  </item>
  <item>
  <title>Confusion around utf8</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/3cfc847d44b38840/650b0112b99ce40e?show_docid=650b0112b99ce40e</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;I got a question about BSON. For attribute names in a document are &lt;br&gt; they supposed to support UTF8 attribute names. &lt;br&gt; &lt;p&gt;Example, is &lt;br&gt; &lt;p&gt;{&#39;客家话&#39; : &#39;Hello&#39;} &lt;br&gt; &lt;p&gt;Considered a valid BSON object or should it throw an error due to the &lt;br&gt; attribute name being UTF8. The performance implications is big so I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/3cfc847d44b38840</guid>
  <author>
  chris...@gmail.com
  (christkv)
  </author>
  <pubDate>Wed, 06 Jul 2011 13:10:48 UT
</pubDate>
  </item>
  <item>
  <title>A question from the documentation</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/16e69ad889b70c81/7783b0091f194b8f?show_docid=7783b0091f194b8f</link>
  <description>
  i was reading the bson documentation and came across this part : &lt;br&gt; class bson.binary.Binary(data[, subtype=OLD_BINARY_SUBTYPE])¶ &lt;br&gt; &lt;p&gt; Bases: str &lt;br&gt; &lt;p&gt; Representation of BSON binary data. &lt;br&gt; &lt;p&gt; This is necessary because we want to represent Python strings as &lt;br&gt; the BSON string type. We need to wrap binary data so we can tell the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/16e69ad889b70c81</guid>
  <author>
  roshin...@gmail.com
  (clueless_rosh)
  </author>
  <pubDate>Wed, 29 Jun 2011 18:26:19 UT
</pubDate>
  </item>
  <item>
  <title>help!! new to BSON</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/013fc453976d23a6/2cbdc4c72a5443db?show_docid=2cbdc4c72a5443db</link>
  <description>
  Hey i am using pymongo and am completely new to it! &lt;br&gt; &lt;p&gt;I was wondering if there is any good tutorial around. I have to create &lt;br&gt; a binary object of my pdf file and cant seem to find any proper help &lt;br&gt; online..any suggestions?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/013fc453976d23a6</guid>
  <author>
  roshin...@gmail.com
  (clueless_rosh)
  </author>
  <pubDate>Wed, 29 Jun 2011 14:27:28 UT
</pubDate>
  </item>
  <item>
  <title>Big Decimal</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/0d298c0ab50b01e4/a224cf194a6d5d2f?show_docid=a224cf194a6d5d2f</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;I&#39;m the maintainer of the mongodb driver for node.js and I&#39;m getting &lt;br&gt; some requests around representation of values. &lt;br&gt; &lt;p&gt;Right now there is a 32 bit integer, 64 bit integer and a 64 bit float &lt;br&gt; type for bson. However some people are trying to store larger numbers &lt;br&gt; (I expect scientific or something similar) that have a need for a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/0d298c0ab50b01e4</guid>
  <author>
  chris...@gmail.com
  (christkv)
  </author>
  <pubDate>Wed, 29 Jun 2011 14:18:14 UT
</pubDate>
  </item>
  <item>
  <title>BSON root object with empty key</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/520c2366d82962e2/cc439a0d58df4375?show_docid=cc439a0d58df4375</link>
  <description>
  According to the spec, it&#39;s possible to have an empty element name: &lt;br&gt; &lt;p&gt;e_name ::= cstring &lt;br&gt; cstring ::= (byte*) &amp;quot;\x00&amp;quot; &lt;br&gt; &lt;p&gt;I&#39;ve tested this with the java implementation: &lt;br&gt; &lt;p&gt;	BSONObject o = new BasicBSONObject(); &lt;br&gt; o.put(&amp;quot;&amp;quot;, new UUID(1L, 2L)); &lt;br&gt; BSONEncoder enc = new BSONEncoder(); &lt;br&gt; byte[] b = enc.encode(o);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/520c2366d82962e2</guid>
  <author>
  e...@anuff.com
  (Ed Anuff)
  </author>
  <pubDate>Thu, 23 Jun 2011 17:25:54 UT
</pubDate>
  </item>
  <item>
  <title>BSON Example</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/6394888f6d6084bd/f0cf984c6630356b?show_docid=f0cf984c6630356b</link>
  <description>
  Hey guys, &lt;br&gt; &lt;p&gt;i&#39;m having a talk about MongoDB in a context of a seminar at &lt;br&gt; university. So i&#39;m trying to understand how JSON is translated into &lt;br&gt; BSON. &lt;br&gt; &lt;p&gt;I took a look at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bsonspec.org/#/specification&quot;&gt;[link]&lt;/a&gt; and tried to &lt;br&gt; understand the example. I can understand it mostly but one point is &lt;br&gt; going to make me crazy.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/6394888f6d6084bd</guid>
  <author>
  m.schulte1...@googlemail.com
  (Matthias Schulte)
  </author>
  <pubDate>Thu, 09 Jun 2011 16:27:01 UT
</pubDate>
  </item>
  <item>
  <title>bson with mongodb</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/31c9f405257be8bb/9cf8a76c30149b09?show_docid=9cf8a76c30149b09</link>
  <description>
  just am usinf the mongodb, so when i go through several sites related &lt;br&gt; with mongodb, i saw &amp;quot;MongoDB stores documents (objects) in a format &lt;br&gt; called BSON&amp;quot; but actually i didn&#39;t get that. &lt;br&gt; &lt;p&gt;i understand the format of data storing in mongodb like &lt;br&gt; &lt;p&gt;&amp;quot;name&amp;quot;: vishnu, &amp;quot;age&amp;quot;: 12... &lt;br&gt; &lt;p&gt;so why mongodb follow this format, what is the advantage of this bson
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/31c9f405257be8bb</guid>
  <author>
  vgrkrish...@gmail.com
  (vgrkrishnan@gmail.com)
  </author>
  <pubDate>Wed, 01 Jun 2011 07:33:15 UT
</pubDate>
  </item>
  <item>
  <title>mongodb with bson</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/e1855afb46612279/b5db6d827c8147fe?show_docid=b5db6d827c8147fe</link>
  <description>
  just i studying the mongodb, so when i go through the sites related with &lt;br&gt; mongodb, i could see the &amp;quot;MongoDB stores documents (objects) in a format &lt;br&gt; called BSON &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bsonspec.org/&quot;&gt;[link]&lt;/a&gt;&amp;gt;&amp;quot; &lt;br&gt; so actually i didn&#39;t get the clear idea of BSON . just i got, the bson have &lt;br&gt; a format that using in the mongod.ie &lt;br&gt; &amp;quot;name&amp;quot;: vishnu, &amp;quot;age&amp;quot; : 22..
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/e1855afb46612279</guid>
  <author>
  vgrkrish...@gmail.com
  (vgrkrishnan@gmail.com)
  </author>
  <pubDate>Wed, 01 Jun 2011 08:57:33 UT
</pubDate>
  </item>
  <item>
  <title>BSON date field error on ARM CPU</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/b35db2e268909e1c/4b79980f64ff3b45?show_docid=4b79980f64ff3b45</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have been successfully using BSON as the primary model for a few iOS &lt;br&gt; applications (extracted from MongoDB 1.8.1 C++ sources). I am &lt;br&gt; currently working on a BSON structure that includes multiple date &lt;br&gt; types. Everything works fine on the simulator, but crashes on the &lt;br&gt; device with an unknown function error. The following screen captures
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/b35db2e268909e1c</guid>
  <author>
  rakesh.vidyadha...@gmail.com
  (sptrakesh)
  </author>
  <pubDate>Sun, 22 May 2011 17:57:13 UT
</pubDate>
  </item>
  <item>
  <title>comparing BSON and tnetstring</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/f0a0b88a0964fab1/71322e23daf2ca6e?show_docid=71322e23daf2ca6e</link>
  <description>
  I just found out about tnetstring through Zed Shaw and it sounds a lot like &lt;br&gt; BSON. One difference is that it appears to only accept JSON types; that is, &lt;br&gt; there is no date type and there&#39;s no binary type. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tnetstrings.org/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/rfk/tnetstring&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; What do you folks think of this? Does it solve a big part of the problems
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/f0a0b88a0964fab1</guid>
  <author>
  b...@benatkin.com
  (Ben Atkin)
  </author>
  <pubDate>Thu, 12 May 2011 19:58:10 UT
</pubDate>
  </item>
  <item>
  <title>Extract BSOn form mongodb</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/d849390015131f95/9f7f4a7d41fc470d?show_docid=9f7f4a7d41fc470d</link>
  <description>
  Hi &lt;br&gt; i&#39;m trying to separat bson library from mongo but if i want to get all &lt;br&gt; serialization and deserialization(bson/json) i need most of db file. &lt;br&gt; There is anyone that has made this work? &lt;br&gt; &lt;p&gt;Thanks in advanced
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/d849390015131f95</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Mon, 02 May 2011 20:27:17 UT
</pubDate>
  </item>
  <item>
  <title>Sample BSON Services???</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/af7f2fe13212facb/337df571439cd073?show_docid=337df571439cd073</link>
  <description>
  are there any sample web APIs for BSON for people to interact with and &lt;br&gt; get hands on experience??
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/af7f2fe13212facb</guid>
  <author>
  yasirmt...@gmail.com
  (yasirmturk)
  </author>
  <pubDate>Mon, 02 May 2011 14:28:55 UT
</pubDate>
  </item>
  <item>
  <title>BSON missing top-level array definition</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/63a80de01b5deaeb/fc9b2d7018519c4f?show_docid=fc9b2d7018519c4f</link>
  <description>
  I was doing a bit of digging into and comparison of BSON with JSON, &lt;br&gt; and found a structural difference. According to section 2 of RFC 4627 &lt;br&gt; that nails down the exact definition of application/json mime type, it &lt;br&gt; states the following: &lt;br&gt; &lt;p&gt; A JSON text is a serialized object or array. &lt;br&gt; &lt;p&gt; JSON-text = object / array
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/63a80de01b5deaeb</guid>
  <author>
  shane.hollo...@ieee.org
  (Shane Holloway)
  </author>
  <pubDate>Wed, 13 Apr 2011 20:28:02 UT
</pubDate>
  </item>
  <item>
  <title>Consideration on BSon spec</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/3b5be39e2400e2fc/44dfaa5943ed9853?show_docid=44dfaa5943ed9853</link>
  <description>
  Hi all, &lt;br&gt; i&#39;m considering to use BSon serialization into my institute project. &lt;br&gt; Iwas reading the spec of BSon and i have notice that 1.0 vers of bson &lt;br&gt; spec, in effect are very much mongo specifyc. I see field that doesn&#39;t &lt;br&gt; have sense into a serialization spec. &lt;br&gt; &lt;p&gt;it&#39; seem that in spec there are also mongo protocol specification. For
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/3b5be39e2400e2fc</guid>
  <author>
  cbise...@gmail.com
  (Claudio Bisegni)
  </author>
  <pubDate>Tue, 12 Apr 2011 17:31:39 UT
</pubDate>
  </item>
  <item>
  <title>Comparing BSON with XStream / JibX</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/b690b031a06e6224/99c2a5b2bcea8d15?show_docid=99c2a5b2bcea8d15</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am trying to understand the difference between XStream and BSON. &lt;br&gt; &lt;p&gt;Are they complementary to each other ? &lt;br&gt; Or is there any performance benchmark to help decide which one would &lt;br&gt; be faster for parsing xml document ? &lt;br&gt; &lt;p&gt;Also how does BSON perform when compared to java based document &lt;br&gt; parsing / traversal techniques - JibX / Xmlbeans ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/b690b031a06e6224</guid>
  <author>
  kaniska.man...@gmail.com
  (Kaniska)
  </author>
  <pubDate>Fri, 25 Mar 2011 23:01:05 UT
</pubDate>
  </item>
  <item>
  <title>Motivation for BSON (instead of DER, ITU-T X.690, ISO 8825-1)?</title>
  <link>http://groups.google.com/group/bson/browse_thread/thread/2376215f790dcc23/596d816bb816168b?show_docid=596d816bb816168b</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;by accident I just found &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bsonspec.org/&quot;&gt;[link]&lt;/a&gt; and it seems it &lt;br&gt; defines how to encode structured data. &lt;br&gt; &lt;p&gt;Why inventing BSON instead of using Distinguished Encoding Rules &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://en.wikipedia.org/wiki/Basic_Encoding_Rules&quot;&gt;[link]&lt;/a&gt;), where tools &lt;br&gt; exist to generate encode and decoder source code statically or
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/bson/browse_thread/thread/2376215f790dcc23</guid>
  <author>
  steffen.dett...@googlemail.com
  (Steffen Dettmer)
  </author>
  <pubDate>Mon, 14 Mar 2011 13:15:43 UT
</pubDate>
  </item>
  </channel>
</rss>
