[racket] internal represent of array are incompatible between library json and bson (mongodb.plt)

From: Haiwei Zhou (highfly22 at gmail.com)
Date: Thu Dec 20 00:50:18 EST 2012

Hi,

  In the library json, array is represented as list. But in the
mongodb.plt, array is represented as vector. The bson is almost the same as
json in concepts. If we can make json compatible, it's easy to translate
json to bson and vice versa.

  I would like to submit patch that makes both list and vector works in the
json library and mongodb.plt.

Regards,
Haiwei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121220/11680de4/attachment.html>

Posted on the users mailing list.