MongoDB Javaドライバーは、Document.parse(String json)
を提供します JSON文字列からDocumentインスタンスを取得するメソッド。 JSONオブジェクトを解析して次のような文字列に戻す必要があります:
Document doc = Document.parse( Rat.toString() );
そして、これがdocs です。 MongoDBJavaドライバーでJSONを操作するため。
MongoDB Javaドライバーは、Document.parse(String json)
を提供します JSON文字列からDocumentインスタンスを取得するメソッド。 JSONオブジェクトを解析して次のような文字列に戻す必要があります:
Document doc = Document.parse( Rat.toString() );
そして、これがdocs です。 MongoDBJavaドライバーでJSONを操作するため。