nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
41.25k stars 6.57k forks source link

Add support for BSON element 11: uint64 #4380

Open slowriot opened 1 month ago

slowriot commented 1 month ago

This PR adds support for decoding and encoding BSON element 11: 64bit unsigned int.

This resolves https://github.com/nlohmann/json/issues/3894.

Changes

Reference

Pull request checklist

coveralls commented 1 month ago

Coverage Status

coverage: 99.984% (-0.02%) from 100.0% when pulling 7c616a24f5bff374d15ed578b7bb1bf00bbf26b3 on slowriot:bson-element-11-uint64 into 8c391e04fe4195d8be862c97f38cfe10e2a3472e on nlohmann:develop.