Skip to content

Joannis/BSON2JSON

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

BSON2JSON

Build Status Platforms Package Managers

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

About

Swift conversions between PlanTeam.BSON and C7.JSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages