Skip to content

Instantly share code, notes, and snippets.

@glourenco
Last active November 27, 2018 15:49
Show Gist options
  • Save glourenco/5aba025fedfed4994e53b14549089658 to your computer and use it in GitHub Desktop.
Save glourenco/5aba025fedfed4994e53b14549089658 to your computer and use it in GitHub Desktop.
Document exampleDoc = new Document();
exampleDoc.put("name","Lourenco");
exampleDoc.put("country","USA");
System.out.println(exampleDoc.toJson());
collection.insertOne(exampleDoc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment