BSON2JSON
Swift conversions between PlanTeam.BSON and C7.JSON
Based on MongoDB's BSON description, but implemented in a "best effort" fashion to make the output as close to native JSON as possible (so this is not Extended JSON exactly).
let myJSON = myBSON.toJSON()
let myBSON = myJSON.toBSON()
Notes
Currently not being updated until BSON 4.0 releases
Contributing
Please create an issue with a description of your problem or open a pull request with a fix.
License
MIT
Authors
Honza Dvorsky - http://honzadvorsky.com, @czechboy0
Joannis Orlandos - http://orlandos.nl