We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5214b commit bedc800Copy full SHA for bedc800
src/main/com/mongodb/util/JSON.java
@@ -28,7 +28,7 @@
28
public class JSON {
29
30
/**
31
- * Serializes an object into it's JSON form.
+ * Serializes an object into its JSON form.
32
* <p>
33
* This method delegates serialization to <code>JSONSerializers.getLegacy</code>
34
*
@@ -43,7 +43,7 @@ public static String serialize( Object o ){
43
}
44
45
46
- * Serializes an object into it's JSON form
47
48
49
0 commit comments