Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が目にするすべての例では、ある種のドライバーを使用しています (C#/java/etc での方法)。tojson 関数はありますが、tobson 関数はありません。
MongoDB コンソールで json 文字列を bson オブジェクトに変換するにはどうすればよいですか?
実際には、BSON ではなく、挿入できるように JSON に変換する必要があります。
この質問には、JSON 文字列をオブジェクトに安全に変換する方法に関する答えがあります。