#
bson
Here are 134 public repositories matching this topic...
C++ Driver for MongoDB
c-plus-plus
database
networking
mongodb
nosql
c-plus-plus-11
driver
c-plus-plus-14
c-plus-plus-17
bson
database-driver
mongodb-driver
bson-library
mongo-cdriver
-
Updated
Jun 24, 2020 - C++
Alcinoe Component Library For Delphi. Full opengl video player, WebRTC delphi wrapper, native ios/android TEdit, Improuved firemonkey controls, Firebase cloud messaging, Android/ios facebook sdk login, Json/Bson Parser, ImageMagick wrapper, MongoDb client And much more
delphi
pascal
json
webrtc
bson
delphi-components
firemonkey
mongodb-driver
fmx
delphi-component
delphi-library
embarcadero-delphi
embarcadero
-
Updated
Jun 12, 2020 - Pascal
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, CSV, msgpack.org[C++], CBOR, BSON, UBJSON
json
csv
cpp
json-serialization
cbor
json-parser
messagepack
json-pointer
json-patch
json-diff
bson
ubjson
json-parsing
jsonpath
csv-parser
csv-reader
json-construction
streaming-json-read
-
Updated
Jun 24, 2020 - C++
Generate random data for MongoDB
-
Updated
Jun 3, 2020 - Go
**Unofficial / Community** Kafka Connect MongoDB Sink Connector
json
kafka
mongodb
connector
avro
kafka-connect
bson
cdc
sink-connector
sink
change-data-capture
debezium
cosmosdb
azure-cosmosdb
confluent-hub
-
Updated
Dec 30, 2019 - Java
MongoDB Kafka Connector
-
Updated
Jun 23, 2020 - Java
Strongly-typed MongoDB driver for Rust
-
Updated
Jul 7, 2019 - Rust
.Net implementation of Money Value Object
money
serialization
json
mongodb
servicestack
currency
entity-framework
iso4217
bson
iso-standard
monetary-quantities
-
Updated
Sep 19, 2018 - C#
A fluent Java API for manipulating json data structures
-
Updated
Mar 6, 2019 - Java
json for modern c++ (single header file, release versions)
-
Updated
Jun 20, 2020 - C++
Metatranspiler for the export to language / language modes Compass feature.
-
Updated
Jan 14, 2020 - JavaScript
Nikkelmann
commented
May 8, 2018
The documentation for Bson does not mention the new classes, only that Bson has moved to a new package.
Issue 1277 over at Newtonsoft.Json helped me in migrating from BsonWriter and BsonReader to the new BsonDataWriter and BsonDataReader.
CLI for LevelDB
-
Updated
Dec 9, 2019 - Go
A BSON implementation of RFC 6902 to compute the difference between two BSON documents
-
Updated
Nov 11, 2019 - Java
Collection of org.bson.codecs.Codec implementations for MongoDB
-
Updated
May 9, 2020 - Java
polachok
commented
Jul 24, 2018
It would be nice for human consumption to add doc comments as description field in schema.
They can be accessed via attributes (Meta::NameValue with val.ident == "doc")
-
Updated
Apr 24, 2020 - TypeScript
Improve this page
Add a description, image, and links to the bson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bson topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?