1. Creating BSON object from JSON string stackoverflow.comI have Java app that takes data from external app. Incoming JSONs are in Strings. I would like to parse that Strings and crate BSON objects. Unfortunate I can't find API for ... |
2. BSON library for java? stackoverflow.comWe have good support for JSON in java http://blog.locut.us/main/2009/10/14/which-is-the-best-java-json-library.html but what about BSON. What library do you know that provides BSON support for java? It should obviously be efficient in ... |
3. java types in org.bson.BSONObject stackoverflow.comI'm currently learning the BSON java library for mongodb and I'm trying to transform a org.bson.BSONObject into XML in order to transform it with a XSLT stylesheet. What kind of ... |