Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1990

Relaxed Long parsing in extended json loses type information

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: Not Applicable
    • Component/s: EJSON
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      When reading mixed relaxed and canonical extended JSON in relaxed parsing mode (for instance: { "_id": 1, "encrypted_long":

      { "$numberLong": 123 }

      }), our parser loses type information making it impossible to roundtrip the Long value correctly. This will be a breaking change, but perhaps we can offer a compat mode until the next major release.

      We should perhaps even consider that parsing should never be relaxed vs canonical, and reserve relaxed mode only for generating extended JSON.

      Relevant lines:

            Assignee:
            Unassigned Unassigned
            Reporter:
            matt.broadstone@mongodb.com Matt Broadstone
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: