Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates the mongo-style raw encoding to match v2 of the Extended JSON spec #247

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updates the mongo-style raw encoding to match v2 of the Extended JSON spec #247

wants to merge 1 commit into from

Commits on Aug 1, 2018

  1. Updates the mongo-style raw encoding to match v2 of their spec.

    The "$binary" format has changed as of May 2017. Before, we had e.g.
    
    {"x" : {"$binary" : "//8=", "$type" : "00"}}
    
    and now we have e.g.
    
    {"x" : { "$binary" : {"base64" : "//8=", "subType" : "00"}}}
    
    Signed-off-by: Aaron Jacobs <[email protected]>
    atheriel committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    f7892d4 View commit details
    Browse the repository at this point in the history