GSoC/GCI Archive
Google Code-in 2014 FOSSASIA

Create BSON to JSON and JSON to BSON Convertor

completed by: Andrei Tudorica

mentors: Andun Sameera

BSON is a binary-encoded serialization of JSON-like documents. BSON is designed to be lightweight, traversable, and efficient.

MongoDB uses BSON as the data storage and network transfer format for “documents”.

The student need to create a java program to do BSON to JSON and JSON to BSON conversion.

Useful Links -

http://docs.mongodb.org/meta-driver/latest/legacy/bson/#BSON-Java

https://github.com/mongodb/mongo-java-driver