how to Deserialize BSON Object #2884
Answered
by
nlohmann
mirkojpn87
asked this question in
Q&A
-
hi.
i'm looking to do the same in C++ is possible? |
Beta Was this translation helpful? Give feedback.
Answered by
nlohmann
Jul 19, 2021
Replies: 1 comment 7 replies
-
Yes, this should be possible. For the conversion of user-defined types (like |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
nlohmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this should be possible. For the conversion of user-defined types (like
Databases
in your case), see https://json.nlohmann.me/features/arbitrary_types/. Anything related to BSON is documented here: https://json.nlohmann.me/features/binary_formats/bson/